xpfIsInstanceIdAccessible
FUNCTION xpfIsInstanceIdAccessible(instanceId : GENERIC; VAR isEntityInstanceId : BOOLEAN) isAccessibleNow : BOOLEAN;
This functions returns TRUE if the specified instanceId (entityInstance or aggregateInstance) can be successfully accessed "now", else FALSE is returned. The first argument is mandatory, the second optional argument "isEntityInstanceId" is set to TRUE if the specified "instanceId" is an entity instance, else the "isEntityInstanceId" is set to FALSE.
Arguments
1 | Type | Name | Comment |
2 | GENERIC | instanceId | comments |
3 | BOOLEAN | isEntityInstanceId |
Return Value
Type | Name | Comment |
BOOLEAN | isAccessibleNow | comments |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.