SYNTAX:
xpfGetDefinedTypeBN (schemaName, typeName : STRING)
typeId : GENERIC;
The xpfGetDefinedTypeBN function returns the the instance id of a type which is given by name.
<schemaName>: Name of the schema where the type is defined.
<typeName>: Name of the type.
<typeId>: Returned value, instance id of the type.
This function is equivalent to the EDMinterface function edmiGetDefinedTypeBN
See also xpxGetDefinedTypeBN.
General
Content
Integrations