IndirectTaxInquiryTable_IN::writeFromPackedList Method
Writes data from packed list.
Syntax
server public static void writeFromPackedList(
TableId _tableId,
container _packedList,
Name _name,
FromDate _fromDate,
ToDate _toDate,
NoYesId _header,
NoYesId _footer,
Description _headerNoteText,
Description _footerNoteText)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The table id.
- _packedList
Type: container
The packed list container.
- _name
Type: Name Extended Data Type
The list name.
- _fromDate
Type: FromDate Extended Data Type
The from date.
- _toDate
Type: ToDate Extended Data Type
The to date.
- _header
Type: NoYesId Extended Data Type
The header.
- _footer
Type: NoYesId Extended Data Type
The footer.
- _headerNoteText
Type: Description Extended Data Type
The note text of the header.
- _footerNoteText
Type: Description Extended Data Type
The note text of the footer.