Share via


BankLCExportSalesTotalsBuildQueryRun::newFromSalesTable Method [AX 2012]

Creates a new instance of the BankLCExportSalesTotalsBuildQueryRun class.

Syntax

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

Run On

Called

Parameters

  • _salesTable
    Type: SalesTable Table
    The Salestable record that is used to filter the SalesLine records.

Return Value

Type: BankLCExportSalesTotalsBuildQueryRun Class
An instance of the BankLCExportSalesTotalsBuildQueryRun class.

See Also

Reference

BankLCExportSalesTotalsBuildQueryRun Class