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

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 :)

Hi, the only option I can think of is to create a “Choice list” field and enter YES/NO in it, then add javascript/CSS that will make the field horizontal, and you will have it horizontally. The standard choice field does not have a horizontal option.

Hi, You can use the dbo.replacelogins procedure in older versions of 2021-, but it has not been updated with new tables and data in higher versions. You can extend it with new webcon tables that are missing in the old procedure and use it to perform such an update. We have updated the procedure and

It often happens that there are timeouts on a form that should be executed, but, for example, someone entered the form editing mode and the timeout could not be executed. Adding a feature similar to the SQL move action for timeouts - finish tasks in admin mode - force undoing user checkout

Hi, Adding configuration in "Start a subworkflow" - attachment categories

Hi Łukasz, In my opinion, what you are describing is possible if you have the appropriate WEBCON licenses. In my opinion, combining two WEBCON installations into one is possible in the following way: 1. Create new CONTENT and ATTACHMENTS databases – the same number as in the target environment

Ondrej, you can send notifications along the transition path where tasks are performed and, in a configurable notification, specify the people to whom the notification should be sent and the customized content.

Hi Daniel, I haven't encountered the problem you described, because every time we add a REST action to groups, we always apply the rule of checking who is in the group, and if a person is already there, we don't add them again – this is a security measure and prevents what you described – adding on

When it comes to synchronizing multiple content databases, I use user updates via the REST API to synchronize groups. This makes it work much faster for us, and there is no need to update anything in DS. Try adding/removing users using the REST API /api/data/v6.0/admin/group/members/add /api/d

Current list of field limits
01.08.2025 14:39

You can view the data directly in the wfelements table or at https://developer.webcon.com/2025/resources/db/#wfelements.

SQL in the archive object
01.08.2025 14:35

In WEBCON BPS, once an item is archived, SQL attributes / business rules can’t be evaluated anymore, since the archived workflow instances are stored in a compressed, read-only format. That’s why the data preview and calculated attributes are disabled — you can only access metadata (like workflow I

SQL in the archive object
31.07.2025 12:53

Łukasz, show us the full configuration you want to perform, because presenting data on forms from the archive database is nothing more than writing an SQL query to the archive database, and no dedicated permissions are required here. How do you do your full configuration?

Hi, with large lists of items to import, 300-500 rows at a time, I use, for example, uploading an attachment to the attachments section and using the “Import from Excel file” action. Here is an example screenshot of how to do this with the action. You must have the data in Excel in the form of a ta

Hi, maybe he had additional global permissions to view all data before, and after removing them, you reindexed and the permissions were refreshed? As far as I remember, SOLR reports always presented data for documents to which you have at least read permissions.

SQL in the archive object
30.07.2025 09:01

Hi, the data is archived in your SQL Archive database, and you can extract data from it. Additionally, you can use the data from the archived database to create reports. https://kb.webcon.pl/elementy-zarchiwizowane-dostepne-w-raportach-aplikacji-oraz-zrodlach-bps/