Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the WorkflowParticipantExpenToken table.
Syntax
client server public static WorkflowParticipantExpenToken findName(
WorkflowParticipantExpenDocumentType _workflowParticipantExpenDocumentType,
Name _name,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _workflowParticipantExpenDocumentType
Type: WorkflowParticipantExpenDocumentType Enumeration
The expenditure document type that is in the WorkflowParticipantExpenToken table to check for a retrieve.
- _name
Type: Name Extended Data Type
The name in the WorkflowParticipantExpenToken table to check for a retrieve.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: WorkflowParticipantExpenToken Table
A record in WorkflowParticipantExpenToken table, if found; otherwise, an empty record.