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.
Inserts data into the SalesTaxInquiryTable_IN table.
Syntax
server public static void writeFromPackedList(
TableId _tableId,
container _packedList,
Name _name,
FromDate _fromDate,
ToDate _toDate,
NoYesId _header,
NoYesId _footer,
Description _headerNoteText,
Description _footerNoteText,
TaxRegistrationNumberRecId_IN _registrationNumber,
TaxPeriod _settlementPeriod)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The source table number.
- _packedList
Type: container
A container that holds the data to write.
- _name
Type: Name Extended Data Type
The query name.
- _fromDate
Type: FromDate Extended Data Type
The transaction from date.
- _toDate
Type: ToDate Extended Data Type
The transaction to date.
- _header
Type: NoYesId Extended Data Type
A Boolean value that indicates whether to include a header.
- _footer
Type: NoYesId Extended Data Type
A Boolean value that indicates whether to include a footer.
- _headerNoteText
Type: Description Extended Data Type
The header text value.
- _footerNoteText
Type: Description Extended Data Type
The footer text value.
- _registrationNumber
Type: TaxRegistrationNumberRecId_IN Extended Data Type
The registration number.
- _settlementPeriod
Type: TaxPeriod Extended Data Type
The settlement period value.