Share via


BankDocumentFacilityAgreementLineType::construct Method [AX 2012]

Constructs an instance of the BankDocumentFacilityAgreementLineType class from the given facility agreement line record ID.

Syntax

client server public static BankDocumentFacilityAgreementLineType construct(
    BankDocumentAgreementLineRefRecId _bankDocumentFacilityAgreementLineRecId, 
   [boolean _isLoadData, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _isLoadData
    Type: boolean
    A Boolean value that indicates whether to load the BankDocumentFacilityAgreementLine buffer; optional.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the BankDocumentFacilityAgreementLine buffer will be updatable; optional.

Return Value

Type: BankDocumentFacilityAgreementLineType Class
The new instance of the BankDocumentFacilityAgreementLineType class.

See Also

Reference

BankDocumentFacilityAgreementLineType Class