SYNTAX:
xpxGetEntity (modelId : GENERIC;
entityName : STRING; VAR entityId : GENERIC)
status : INTEGER;
The xpxGetEntity function returns the instanceId of the entity_definition instance of the specified entity; The entity_definition instance is located in the dictionary model of the actual Express schema in EDM. An entity_definition is uniquely defined by the arguments modelId and entityName. The instanceId of the actual entity_definition instance is returned in the entityId argument.
This function is equivalent to the EDMinterface function sdaiGetEntity
See also xpfGetEntity.
General
Content
Integrations