Hello, I propose a change in DEsigner Studio, in action templates. If the ability to create action groups in templates were added, it would make it easier to manage actions in the case where there are more than 10 in the process. It would then be possible to group and arrange actions thematically
Hi, I'm creating an html template to generate a PDF document. However, I don't get the full text every time, just single letters. On the example code from the page: https://docs.webcon.com/docs/2025R1/Studio/Action/Printouts/GenerateHTML/HTMLandPDFTemplate I get the result as attached. Do you
Hi, I would like to suggest and ask about the issue of generating process documentation. When an application is shared with a specific developer and the developer only has access to this application, he cannot generate process documentation. He must report to the administrator, who has access to
I checked in version 2025.1.1.105, in the latest one this error no longer occurs.
Hello, in the configuration of the action "hyperlink"(PL: Odsyłacz) and StartElement, the system does not allow you to enter the type of form. You cannot use this type of action in this way. This is a bug in this version of webcon, in 2024 the action worked correctly. Bug in 2025.1.1.44.
Hi, while using the functionality of opening an attachment preview in a new tab, I noticed that when we start previewing two different PDF invoices in one tab, the system will always display the one that was opened last in the base tab in the newly opened tab. It would be good to allow opening many
Hello everyone, Increasingly, when creating large applications containing many processes, dictionaries or document templates, the ability to group processes in Designer Studio would be useful. You can then group processes as you wish, making it much easier to navigate through large applications.
Okay, thank you for your answer. Do you know any way to speed up the execution of the action of starting multiple processes on timeout (several tasks start with 300 elements each).
Hi, I have a question about the service configuration. In the Services configuration -> Services -> Service_name -> Configuration tab, the database components are configured. How can I increase the number of action threads for timeout? I would like to parallelize several timeouts and not wait
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'); } }); });
Hi, what are the privileges of the user under whom you are upgrading the system? Best regards, Krzysiek
In the attachment I am sending the full configuration of both the JS function and the data changing field.
Okey, so: Nowy atribut - list field Pytanie - column, which we change
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.