Hi It would be useful in the form rule to have the ability to make a comment mandatory. We have cases where, depending on certain selected values, we need a mandatory comment. Thanks, Raluca
Hi, It's just an idea. I haven't tried this before, but it might be possible through JavaScript to make it visible, or you could create another HTML button that triggers the save comments button. Thanks, Raluca
Hi, It would be nice if we also had fields of the time type. Some clients need to record, for example, the time of arrival and the time of departure, and this is not possible through standard fields. Thanks, Raluca
Hi, I don't know if it will help, but I used html field with javascript for hour field. I attached the code javascript and html: async function setOraPlecarii() { var b=document.getElementById("oraPlecarii").value; await SetValue('#{FLD:1249}#', b); } async function SetareNrzile
Hi, I recommend entering the source code of the SDK and adding try-catch blocks to identify more precisely where the error occurs. The error received is found in many cases. Thanks, Raluca
Hi, I used the sdk for signing the documents with AdobeSign. I didn't encounter any errors. Could you please send a screenshot of the SDK configuration? The error is very generic, and I can't determine the cause from this error message. I recommend adding a try-catch block to each function in
Hi, It is necessary to use timeout actions. My question is: When the instance enters the system step, does the document status already exist? If the status can appear later, after the instance has entered the step, you will need 2 timeout actions. Thanks, Raluca
Hi, Step 1. From the parent process, you need to send the det_id (row_id) when starting children. Step 2. In the parent process, you should create a path to the same step with a 'change itemlist' action. Step 3. In the child process, when you press the 'finish' button, you should have a 'move to
Hi, It would be helpful if we could update the rows in the parent instance from another instance (child instance). It would be beneficial to be able to update the parent's itemlist rows when we initiate child instances for each line in the parent's itemlist. Thanks, Raluca
I was logged into a different Microsoft account, and I didn't realize it.
Hi, My apologies, there was a misunderstanding. By 'Sql update action,' I was referring to the 'change itemlist values' action that uses SQL. I think there might be a misunderstanding. I didn't specify to perform the update directly in the database, but rather through the 'change itemlist values
Hi, If I understood correctly, you want to update the corresponding line in the parent item list from the child process. To update a line from the child in the item list of the parent process, you need to have a unique key to identify the line in the item list (you can either send the line's ID f
Hi, The name of the virtual machine where the service was installed has been changed. Does anyone know the required steps to get WebCon working again? Thanks, Raluca
Hi, I accidentally posted from a different account. The error occurs when I try to edit the document in the template dictionary. Thanks, Raluca
I've noticed that when I import from the development environment to the test or in production environment, custom visibility configurations for reports or start buttons don't get imported. For instance, I've set a button to be visible only for a certain group; the configuration remained as custom
Hi, You cannot populate an itemlist from the "start subworkflow sql" action. It's necessary to use the "change itemlist" action. On the workflow level, on the path where the instance starts, you should create the action for populating the itemlist. There might be other ideas as well. Thanks,
Hi, I believe you are referring to accordion-style tables. It's possible to create such a table using HTML fields. You need a technical field of the 'multiple lines of text' type to store the information in a JSON format, and in the HTML field, you can create the accordion-style table. I've ma
Hi, Did you change the column names from the pop-up that appears when you select the table? Did you change it in the 'Display Name' column? Thanks, Raluca
Hi, The only idea I have right now is: I think you can use the main form at the workflow level by placing an 'if' condition to check if the current step is in the required steps (if there are multiple steps, you can use the negation to ensure it's not in the undesired steps) You can create this
Hi, You need to deactivate the license on the current server and then activate the license on the new server. Thanks, Raluca