Hi, If we are forced to use a timeout every minute, could you recommend a more optimal alternative?
Hi, From what I have developed so far, I have not encountered any issues. The only problems encountered were timeouts when trying to process a very large number of pieces of information. How long those actions take depends on the validation conditions and the volume of data. Thanks, Raluca
Hi, In the Design Studio, you can check the GUID in the 'Tasks' tab by selecting 'Administration Tools'. I have highlighted it in the attached picture. You can also find the information in the WFActionExecutions table. SQL script: SELECT * FROM WFActionExecutions Where LOG_ACTID =" Thanks
Hi, Have you tried the API for retrieving data from the report? Thanks, Raluca
Hi, I haven't tried it, but I believe it's possible through JavaScript if you manage to retrieve the field's ID from the HTML. I would opt for creating an HTML type field with a data type field and make the modifications there. It would be simpler to set an alert action at the field level and a
Hi, You can use the function "format()' SELECT FORMAT(GETDATE(), 'MMM.dd.yyyy').toUpperCase() AS FormattedDate; Thanks, Raluca
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