DMFDefinitionGroupExecution::exist Method
Finds whether a record exists or not.
Syntax
client server public static boolean exist(
Name _definitionGroup,
Name _entity,
DMFExecutionId _executionId)
Run On
Called
Parameters
- _definitionGroup
Type: Name Extended Data Type
A name of the defination group to find the existance of the record.
- _entity
Type: Name Extended Data Type
An entity to find the existance of the record.
- _executionId
Type: DMFExecutionId Extended Data Type
An execution id to find the existance of the record.
Return Value
Type: boolean
Returns true if record exists else false.