Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates field values for the temporary table and sends the temporary table instance to the insert method.
Syntax
public TaxSalesLedgerTmp createTaxSalesLedgerTmp(
TaxPeriod _taxPeriod,
FromDate _fromDate,
ToDate _toDate)
Run On
Server
Parameters
- _taxPeriod
Type: TaxPeriod Extended Data Type
The TaxReport value.
- _fromDate
Type: FromDate Extended Data Type
The FromDate value of the tax period.
- _toDate
Type: ToDate Extended Data Type
The ToDate value of the tax period.
Return Value
Type: TaxSalesLedgerTmp Table
An instance of the taxSalesLedgerTmpLocal temporary table.