Reputation: 127
i'm trying to create a new Entity for export info about the user roles , i know there is an entity that exports the users but there isn't an entity in the system for export the table that has the relation between user roles and the legal entities that the user can access.
So i created a custom entity for doing that but i'm getting and error telling me that i don't have the cardinality set in the tables which is weird because i'm defining that in the properties.
Here is a screenshot of my entity and the error that is being show:
This is the error message
Error
Path: [AxDataEntityView/SamSecurityUserRole/Metadata/SecurityUserRole/DataSources
/SecurityUserRoleCondition/Relations/QueryDataSourceRelation1/Cardinality]:NotSpecified is not allowed;
the only allowed values are ExactlyOne, OneMore, ZeroMore or ZeroOne for the data source SecurityUserRole
table SecurityUserRoleCondition relation Relation_SecurityUserRoleCondition1 cardinality..
So my question is where do i set the cardinality?
Upvotes: 0
Views: 560