WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Krzysztof Gaszczyk

User

Hi, you need to assign appropriate User Privileges in defined business entities tab. Of course, an administrative group should exist General tab. Check this: https://community.webcon.com/posts/post/webcon-bps-designer-studio-privileges/44/4

Please check this code. To show: const divs = document.querySelectorAll('.table-tree'); divs.forEach(div => { const uls = div.querySelectorAll('ul'); uls.forEach((ul, index) => { if (index > 0) { ul.classList.remove('hidden'); } }); });

Problem with upgrade.
24.07.2023 08:23

Hi, what are the privileges of the user under whom you are upgrading the system? Best regards, Krzysiek

Custom buttons in item lists
20.07.2023 15:40

In the attachment I am sending the full configuration of both the JS function and the data changing field.

Custom buttons in item lists
20.07.2023 15:27

Okey, so: Nowy atribut - list field Pytanie - column, which we change

Custom buttons in item lists
20.07.2023 14:56

Hi, try: 1. Add a JS function on the form (for me it's called "sett", attachment): 2. onclick set: onclick="sett()" Nowy atrybut = list field, Pytanie = column which we change Best regards, Krzysiek

Hello, use automations: 1. Add Automation 2. Use the execute operator for each 3. Configure the action by setting the execution condition when the column with WFD_ID is completed Best regards, Krzysiek

Hello, verify that you have selected a specific process and workflow at the report and source configuration stage. If you have a "Correspondence" process with two workflows then you might have duplicate steps.