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

latest posts

MVP
In reply to: Jack

Hi,
what kind of error do you have?
and do you have a SDK license?

Regards

Hi Andreia,

which version are you using?

Depending on the answer the SDK will either not work and may be obsolete anyway.
With 2023 R1 or R2 an option was provided in the update item list action to remove rows.

https://webcon.com/docs/2024R1/Studio/Action/Form/Action_UpdateItemListValues

Remove rows that do not exist in the data source – removes the rows that are not found in the Data source from the Item list. The rows are identified on the basis of unique values specified in the Unique value mapping field.

Best regards,
Daniel

In reply to: Jack

Hi,
yes, using Data Table (SQLGrid) can be a workaround
but in my opinion this behavior is correct - because the user (especially if he doesn't have edit rights) shouldn't see data that isn't actually saved on the form (those rows aren't in the database)

But the data we were showing on the Item list were representing child flows so there were statuses changing etc. When you are in preview mode you don't see those changes although they are already in the database.
Another udercut is that you cannot dynamicaly hide a column based on the atribute field value.
In Data tables you must show all columns wherase in item lists you could hide some columns.
Is there any other solution to this ?
Problem is that when you look on that item list which should be always "up to date" it is not when only in preview mode. So you must always get into edit mode to see the real (initialized) data.

In reply to: jp

The workaround is to use Data Table instead od Item List but we are wondering why the behaviour of Item Lists in preview mode has changed.

Hi,
yes, using Data Table (SQLGrid) can be a workaround
but in my opinion this behavior is correct - because the user (especially if he doesn't have edit rights) shouldn't see data that isn't actually saved on the form (those rows aren't in the database)