VATInquiryTable_IN::writeFromPackedList Method
Creates a record in the table from a specific value.
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 _taxPeriod)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The field that specifies the particular table.
- _packedList
Type: container
The field that specifies the particular field list.
- _name
Type: Name Extended Data Type
The field that specifies the particular field.
- _fromDate
Type: FromDate Extended Data Type
The field that specifies the particular field.
- _toDate
Type: ToDate Extended Data Type
The field that specifies the particular field.
- _header
Type: NoYesId Extended Data Type
The field that specifies the particular field.
- _footer
Type: NoYesId Extended Data Type
The field that specifies the particular field.
- _headerNoteText
Type: Description Extended Data Type
The field that specifies the particular field.
- _footerNoteText
Type: Description Extended Data Type
The field that specifies the particular field.
- _registrationNumber
Type: TaxRegistrationNumberRecId_IN Extended Data Type
The field that specifies the particular field.
- _taxPeriod
Type: TaxPeriod Extended Data Type
The field that specifies the particular field.