Hi, Can I collapse the categories in attachments by default without using JavaScript? Thanks, Raluca
Hi, Have you encountered this situation? I deleted some instances using the 'Remove Personal Data" then "Archive workflow instances' action. Both actions delete the instance, but the instance's signature remains in the WFElementSignatures table. Thanks, Raluca
It would be useful to be able to group the data in the itemlist at the column level and on the main form. Currently, we can group at the level of each step, but sometimes when we have many steps, it would be more useful to be able to set it just on the main form. Thanks, Raluca
Hi, Can you help me with some ideas? My client wishes to have a functionality similar to the mobile notification app for the desktop version as well. Email notifications are not helpful because he receives a lot of emails daily, and he would prefer to be notified in a different way than through
Hi, Can you help me with advice on how to quickly delete a process that is no longer in use? I should mention that the process has form rules/business rules/actions Thanks, Raluca
Hi, "You can add from the item list only details for each level of the chart. Thanks, Raluca
Hi, The word [Positions] applied in front of the columns represents the name of the item list. The three columns belong to the item list named Positions. You cannot create a chart type report on the columns from the item list. Thanks, Raluca
Hi, I encountered the following error. I have an action that sets a value in a choice field. I set the choice field through the value of the ID. When I enter the form, the value is correctly set, and it displays the name corresponding to the set ID. However, when I enter the report, in that
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