ExciseRegisterBalanceInquiry_IN::writeFromList Method
Writes record into ExciseRegisterBalanceInquiry_IN table.
Syntax
server public static void writeFromList(
TableId _tableId,
Name _name,
RefRecId _eccNumber,
RefRecId _taxGroup,
ToDate _toDate,
NoYesId _header,
NoYesId _footer,
Description _headerNoteText,
Description _footerNoteText)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The table id of source.
- _name
Type: Name Extended Data Type
The select query name.
- _eccNumber
Type: RefRecId Extended Data Type
The record id of TaxRegistrationNumbers_IN table.
- _taxGroup
Type: RefRecId Extended Data Type
The record id of TaxLedgerAccountGroup_IN table.
- _toDate
Type: ToDate Extended Data Type
The date of source.
- _header
Type: NoYesId Extended Data Type
A boolean whether show header.
- _footer
Type: NoYesId Extended Data Type
A boolean whether show footer.
- _headerNoteText
Type: Description Extended Data Type
The header description.
- _footerNoteText
Type: Description Extended Data Type
The footer description.