xpxCreateInstanceBN
FUNCTION xpxCreateInstanceBN (modelId : GENERIC; entityName : STRING; VAR instanceId : GENERIC ) status : INTEGER;
The xpxCreateInstanceBN will create a persistent instance of the type specified by the entityName argument. The instance will be stored in the specified model modelId. The instanceId of the created instance will be returned through the instanceId argument. The actual model must be opened for WRITE before this function can be performed successfully.                            Â
Arguments
Type | Name | Comment |
GENERIC | modelId | Unique id of the model that holds the create instance |
STRING | entityName | The name of the entity that will define the type of the created instance |
GENERIC | instanceId | Unique id of the create instance |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â