WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

Hi!
I have a question on how to direct visibility of attribute based on which Tab is active.
I created a group of attributes then added tab panel and few tabs. In group configuration I checked Horizontal arrangement because I want attributes in tabs to be placed horizontally. Now I want to add new attribute below this horizontal ones (att2: field name "Wycofaj poprzednio złożone oświadczenie"). I want attribute like this in every tab, but different attribute in every tab (when I can check it in every tab separately). I can't add it to tab because it will be placed horizontally with other attributes in tab. I don't know any method to show/hide attribute based on selected tab.

Do you have any clever way to do it right? :)

MVP

Hi Ahmed,

maybe you are already aware of it but you could also make use of the "Update related workflow instance" action.

https://docs.webcon.com/docs/2024R1/Studio/Action/Workflow/UpdateParentWorkflow/

This action is similar to the "save" action on the form.

This may be an alternative to create a custom SDK, if you don't need to update item lists.

Best regards,
Daniel

MVP

Hi,

the table contains all the available mail information.
- Going to be sent
- Sent
- Errored

Since there can be a whole bunch of mails these are removed during the database maintenance hours:
Database maintenance hours

During database service hours, tables are cleared in the following order:
...
12. WFMails - 100000 entries with the "Sent" status and older than 30 days
...
Tables are cleaned one by one using the queue algorithm. Once a table is selected, the maximum number of rows allowed by the TOP statement
is deleted. If there are still rows remaining in the table, it is once again marked for cleaning and placed at the end of the queue.

Best regards,
Daniel