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

Called

Parameters

_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 Map
The origin document buffer that assigned to the BankLGDocumentMap map.
Show: