The enriched data model from lx.currentSetup.settings.dataModel
The directional relation name to look up (e.g. 'relApplicationToITComponent')
The RelationDataModel definition, or null if not found
Returns true if the given relation has constraining relations defined — i.e. its
valid targets are restricted by another relation on the same Fact Sheet.
The enriched data model from lx.currentSetup.settings.dataModel
The directional relation name to check (e.g. 'relApplicationToITComponent')
true if the relation has at least one constraining relation, false otherwise
Generated using TypeDoc
Returns the full relation definition for a given directional relation name (e.g.
'relApplicationToITComponent') from the enriched data model.Looks up the canonical (persisted) relation name via
relationMapping, then returns the corresponding entry fromrelations. Returnsnulland logs a warning ifdirectionalRelationis absent fromrelationMappingor if the resolved persisted name is not found inrelations.