VATDefermentInquiry_IN::writeFromList Method
Insert a record through arguments.
Syntax
server public static void writeFromList(
TableId _tableId,
Name _name,
TaxRegistrationNumberRecId_IN _registrationNumber,
TaxPeriod _taxPeriod,
FromDate _fromDate,
ToDate _toDate,
NoYesId _header,
NoYesId _footer,
Description _headerNoteText,
Description _footerNoteText)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The field to use to insert a record into the table.
- _name
Type: Name Extended Data Type
The field to use to insert a record into the table.
- _registrationNumber
Type: TaxRegistrationNumberRecId_IN Extended Data Type
The field to use to insert a record into the table.
- _taxPeriod
Type: TaxPeriod Extended Data Type
The field to use to insert a record into the table.
- _fromDate
Type: FromDate Extended Data Type
The field to use to insert a record into the table.
- _toDate
Type: ToDate Extended Data Type
The field to use to insert a record into the table.
- _header
Type: NoYesId Extended Data Type
The field to use to insert a record into the table.
- _footer
Type: NoYesId Extended Data Type
The field to use to insert a record into the table.
- _headerNoteText
Type: Description Extended Data Type
The field to use to insert a record into the table.
- _footerNoteText
Type: Description Extended Data Type
The field to use to insert a record into the table.