DMFVendorEntity::exist Method
Finds whether a record exists or not.
Syntax
client server public static boolean exist(
DMFDefinationGroupName _dmfDefinationGroupName,
DMFExecutionId _dmfExecution,
MainAccountNum _mainAccount)
Run On
Called
Parameters
- _dmfDefinationGroupName
Type: DMFDefinationGroupName Extended Data Type
A name of the defination group to find the existance of the record.
- _dmfExecution
Type: DMFExecutionId Extended Data Type
An execution id to find the existance of the record.
- _mainAccount
Type: MainAccountNum Extended Data Type
The main account to find the existance of the record.
Return Value
Type: boolean
Returns true if record exists else false.