BankLGDocumentMap::find Method [AX 2012]
Finds the origin document record.
client server public static BankLGDocumentMap find(
BankLGOriginType _originType,
BankLGOriginNum _originNum,
[boolean _forUpdate])
Run On
CalledParameters
- _originType
- Type: BankLGOriginType Enumeration
The type of the origin document.
- _originNum
- Type: BankLGOriginNum Extended Data Type
The document ID of the origin document.
- _forUpdate
- Type: boolean
A Boolean value that indicates whether to read the origin document buffer for update.
Return Value
Type: BankLGDocumentMap MapThe origin document buffer that is assigned to the BankLGDocumentMap map.
Show: