DMFStagingLog::find Method
Finds the specified record in the DMFStagingLog table.
Syntax
client server public static DMFStagingLog find(DMFExecutionId _execId, [boolean _update])
Run On
Called
Parameters
- _execId
Type: DMFExecutionId Extended Data Type
The execution ID of the DMFStagingLog record to find.
- _update
Type: boolean
A value that indicates whether to update the DMFStagingLog record.
Return Value
Type: DMFStagingLog Table
The specified record in the DMFStagingLog table; otherwise, an empty record.