WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Raluca-Mirabela Lupu

MVP

Hi, what version of webcon do you have? Thanks, Raluca

Hi, I haven't encountered this situation before. However, I can offer you a few ideas. I hope they help. I think you should make use of the settings in the item list, specifically the 'Initialize' In the main item list when adding/modifying a column, you should put in 'Style and behavior' a for

Discard User Checkout
16.04.2024 16:55

Hi, I hadn't realized that. I think you can set the edit mode option on the main form with default view. You can replace the save button with a path. You can hide the save button and create a path to the same step. If the edit mode at the step is default view, it will no longer remain in edi

Hi, Thank you☺️ It’s important to note for implementation in feature version.

Hi, What version of Webcon are you using? Is the field of type date&time? Thanks, Raluca

Hi, Can I collapse the categories in attachments by default without using JavaScript? Thanks, Raluca

Remove Personal Data Action
20.03.2024 12:50

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

Delete process
14.03.2024 16:09

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

Reports and charts
14.03.2024 12:41

Hi, "You can add from the item list only details for each level of the chart. Thanks, Raluca

Reports and charts
14.03.2024 12:38

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

Format DATE
05.01.2024 13:26

Hi, You can use the function "format()' SELECT FORMAT(GETDATE(), 'MMM.dd.yyyy').toUpperCase() AS FormattedDate; Thanks, Raluca

Required comment
13.12.2023 18:02

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