-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Assets - Service, performance, functionality
-
None
-
1
-
3
Problem Definition
When creating a new status in an object schema, a validation occurs that checks that the new status has a unique name. The same is not the case when creating a new global status.
Suggested Solution
When creating a new global status, add a validation that checks if any object schema already contains a status with the same name.
Why this is important
Multiple statuses with the same name can cause errors when creating objects using the Assets Cloud REST API.