BankLCExportDetailsDP.insertBankLCExportDetailsSalesLineTmp Method [AX 2012]

Inserts records into the BankLCExportDetailsSalesLineTmp temporary table.

Syntax

public void insertBankLCExportDetailsSalesLineTmp(SalesLine _salesLine)

Run On

Server

Parameters

  • _salesLine
    Type: SalesLine Table
    The SalesLine table to use to initialize the BankLCExportDetailsSalesLineTmp temporary table.

See Also

Reference

BankLCExportDetailsDP Class