GetValidReferencedEntities Function
Retrieves a list of entity logical names that are valid as the primary entity (one) from the specified entity in a one-to-many relationship.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
ReferencingEntityName
|
Edm.String | True | False | The logical name of the entity to get valid referenced entities. |
Return type
Type | Nullable | Description |
---|---|---|
GetValidReferencedEntitiesResponse | False | Contains the response of the GetValidReferencedEntities function. |