BankLCExportSalesTotalsTransContract::newFromSalesTable Method [AX 2012]

Creates a new instance of the BankLCExportSalesTotalsTransContract class.

Syntax

client server public static BankLCExportSalesTotalsTransContract newFromSalesTable(SalesTable _salesTable, SalesShippingDateRequested _salesShippingDateRequested)

Run On

Called

Parameters

  • _salesTable
    Type: SalesTable Table
    The SalesTable buffer for which the contract is created.

Return Value

Type: BankLCExportSalesTotalsTransContract Class
An instance of the BankLCExportSalesTotalsTransContract class.

See Also

Reference

BankLCExportSalesTotalsTransContract Class