WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Krystian Golik > Forum messages

Krystian Golik

User

As far as I remember, in order to have OCR on a separate server, you also need to have a workflow service installed, which requires an additional license.

Damian, check the event viewer logs on the server with OCR and verify that the appropriate permissions have been added to the service account. Chapter "Dodawanie uprawnień dla konta serwisu" https://kb.webcon.pl/instalacja-komponentu-abby-finereader-12/

New assignment filter: All active where I am delegated/substitute Currently, such a report is created in the SQL filter if you do not want to show the user's active tasks.

Hi everyone! What do you think about adding a customization option on the home page, e.g., to support, so that every user would immediately know where to report information related to a problem? Additionally, if it were possible to add “Useful links” on the left side of the navigation bar, I think

I can only confirm that pagination does not work on this version, as if it had already been disabled.

Łukasz, I think your question has been heard and an article about merging environments has been created! https://community.webcon.com/posts/post/merging-two-webcon-bps-environments/575/3 https://kb.webcon.pl/scalanie-srodowisk-webcon-bps/

Monika, if I understand correctly, you mean the functionality I showed you how to make a horizontal choice field. It seems to me that if such a functionality were to be made, it would only be possible if the choice field accepts a maximum of 3-5 values, because otherwise many values would not fit i

Hi! Add the ability to configure dashboards in applications that should be default for a specified user or the user would decide which one they want to have as default if there are many of them.

User list synchronization
26.08.2025 16:59

Marcin, did you try to do a full synchronization and then trigger an incremental synchronization for which you currently have an error? Maybe something got stuck during one of the synchronizations and the system didn't clear the entries properly, which is why you have a duplicate?

Recurring actions – adding the option to send notifications and, in automation, the option to add them to a recurring action. Currently, such notifications must be created by creating a workflow and then setting a timeout in it.

Adding the option to describe BPS groups when creating them from the administrator panel and editing the description would certainly facilitate knowledge about the use and purpose of the group.

Hi, I'm not sure if there's already a post like this. Notifications about registered suggestions for the app with the option to specify who should receive such notifications, e.g.: - App administrator - Global administrator - Notifications about comments

Martin, if you have a lot of SOLR records and reindexing, you may consider separating the SOLR service onto a separate virtual machine so that it does not burden the WEBCON service.

Krzysztof, For now, you can create a form rule for opening the page that checks if there are any related attachments, and JS sets the “All attachments” tab - under 3055, insert the ID of your attachments. setTimeout(() => { document .querySelector('#SEL_SystemAttachments_3055 a.t

1. Will you keep this dictionary in WEBCON and will it be on a list of items with thousands of rows? If so, I would separate this issue because thousands of items on a form will not be efficient to edit. 2. A cyclical action with an SQL query will be efficient and fast, you can always divide it i

Hi Radostina! In your case, if you want to periodically check whether a process should be started according to the schedule based on your dictionary, you can use standard WEBCON actions, including 1. Recurring actions – here you can set a schedule, e.g., daily checks – https://docs.webcon.com/do

Hi, even if you cannot locate the old account in the location described by Jacek above because it is disabled, enable it for a moment, synchronize users, migrate tasks as described by Jacek, and then deactivate the old account again.

Monica, bellow script working on 2025 version - add this on page load (function () { function applyAttChoose1() { const root = document.getElementById("AttChoose1"); if (!root) return; root.querySelectorAll(".survey-choose__list__item__text--key").forEach(span => {

@Monica - Quickly added JS/CSS from gpt. Add this to the form rule and apply it to the form opening - then it works for version 2023. Change attchoose7 ID for yours. (function () { if (!document.getElementById("attchoose7-inline-css")) { var css = ` #AttChoose7 .survey-choose__

Daniel, you can't set the choice fields to horizontal mode directly for choice, which is what Monika wanted, i.e. to be able to have YES/NO horizontally for choice, rather than several attributes in a group horizontally :)