Skip to content

Sequence not being generated when creating several business objects using a View's objectspace #1097

@maFip01

Description

@maFip01

𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴
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.

𝗧𝗼 𝗥𝗲𝗽𝗿𝗼𝗱𝘂𝗰𝗲

  1. Implement an additional action for a list view to create business objects of the list view's underlying type
  2. Start application, navigate to the list view and repeatedly execute the action.
  3. Only the first object being created gets a correct sequence, while for the others it remains 0.
  4. 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.

Thanks in advance for your support!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions