BankLCImportType::construct Method [AX 2012]

Constructs an instance of the BankLCImportType class from the specified record ID of a letter of credit.

Syntax

client server public static BankLCImportType construct(
    BankLCRefRecId _bankLCRecId, 
   [boolean _loadData, 
    boolean _forUpdate, 
    boolean _isLoadInfo])

Run On

Called

Parameters

  • _loadData
    Type: boolean
    A Boolean value that indicates whether to load the letter of credit record; optional.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.
  • _isLoadInfo
    Type: boolean
    A Boolean value that indicates whether to load the BankLCInfo record; optional.

Return Value

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

See Also

Reference

BankLCImportType Class