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

Jacek Wojnar

User

Raluca, maybe you tested it on an administrator account (it's probably always visible then). It should disappear on a "normal" account

Hi Raluca, you can do a workaround with css ;) [data-key="substitutionsTitle"]{ display: none;}

filling time
05.09.2024 16:07

Hi, according to the documentation: https://docs.webcon.com/docs/2024R1/Portal/Form/ "Form filling time – the total time that the users spent on editing the form"

Hi, try this solution: 1. add a technical column of type "Data row" and define it as "OrdinarNumber". 2. pass the value of the technical column to the StergerAction function as a parameter 3. inside the StergerAction function you should make a for loop and go through all the elements and check i

yes - that sounds interesting. I've also never heard of using business rules in a calculated column :D if it works between environments it'll be really cool :-)

Hi, You can check if there are any tasks to do in this step with a query below If you return the TSK_User column, you will know who to send the email to SELECT 1 as condition FROM ActiveTasks WHERE TSK_WFDID = {WFD_ID} AND TSK_isdeleted = 0 AND TSK_IsFinished = 0 AND TSK_STPID = {STP_ID}

Hi, did you grant permissions for this app in Designer Studio to application/process? check this: https://developer.webcon.com/docs/registration-and-authentiaction

IS IN - vertical layout
02.09.2024 16:47

Hi, I would like to submit an idea related to: - Daniel's post: https://community.webcon.com/forum/thread/329?messageid=329 - Maks' post: https://community.webcon.com/forum/thread/5057?messageid=5057 it would be great if the IS IN function has vertical layout (screenshot)

Hi, I don't quite understand... ;) where do you have this condition? is it some global action or do you have it on a specific step? Have you checked what this condition returns in designer studio when you click "Show"?

Hi, I don't have a ready solution for you but maybe this will help a little. First of all the language code should have two characters e.g. de, en (according to the documentation: https://community.webcon.com/posts/post/multilingual-choice-fields/264/23 ) Additionally there is an SQL functio

Hi Lukasz, I just checked and I was able to save over 12,000 characters without any problems. Version 2023.1.2

interesting idea :-) it would also be great if we could specify the formatting of the copied value for fields like number/date (especially useful when copying to other systems that may have different formatting). Maybe through a business rule (then there would be complete freedom and we could a

Hi, you have to generate client id and client secret yourself. Remember to save your secret id, it will not be shown again. See the attachment

Vertreter-Funktion
27.08.2024 11:39

sounds weird :/ so you have a tile to "act on behalf of" but pressing it doesn't change anything? what version of WEBCON is it? and do you have this option checked on the processes (screenshot)

Vertreter-Funktion
27.08.2024 10:09

Can you show the configuration in designerstudio? What is shown in the screenshot is substitution right? (my german is not good ;) )

this column stores information about how long the element was in a specific step

have you checked WFH_FormEditDurationToEnter or WFH_FormEditDurationToLeave ?

Hi, I don't know exactly what you need but the table WFHistoryElements contains who and when changed elements. Alternatively, the table WFElementCheckouts contains currently edited documents

it might be difficult without SQL :/ maybe the solution is (if possible) to set some flag (technical field) on the documents you display, so that the last one is marked as active or alternatively, you can use advanced filtering and try to search for the last elements there (but then you would ha