You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴
When creating several business objects of a type being configured for sequence generation using a dedicatedly implemented action, the sequence is only generated for the first object being created, while for the following ones it remains 0.
𝗧𝗼 𝗥𝗲𝗽𝗿𝗼𝗱𝘂𝗰𝗲
Implement an additional action for a list view to create business objects of the list view's underlying type
Start application, navigate to the list view and repeatedly execute the action.
Only the first object being created gets a correct sequence, while for the others it remains 0.
If the view is closed and then re-opened, sequence generation again works only for the first object being created.
I have created a sample project, you should shortly receive an email to join the GitHub repo.