BankLGDocumentMap::findByBankLG Method [AX 2012]
Finds the origin document buffer that related to a BankLG guarantee.
client server public static BankLGDocumentMap findByBankLG(
BankLGRefRecId _recId,
BankLGOriginType _originType,
[boolean _forUpdate])
Run On
CalledParameters
- _recId
- Type: BankLGRefRecId Extended Data Type
The record ID of the BankLG record.
- _originType
- Type: BankLGOriginType Enumeration
The type of the origin document.
- _forUpdate
- Type: boolean
A Boolean value that indicates whether the origin document buffer will be updated.
Return Value
Type: BankLGDocumentMap MapThe origin document buffer that assigned to the BankLGDocumentMap map.
Show: