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 the record into TaxWithholdInquiryTable_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,
TaxInformationRecId_IN _taxWithholdRegNumber,
TaxWithholdPeriodRecId_IN _taxWithholdSettlementPeriod,
TaxWithholdComponentGroupRecId_IN _taxWithholdComponentGroup,
TaxWithholdCodeType_IN _taxWithholdType)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
Table id is used to initialize the record.
- _packedList
Type: container
Packed List
- _name
Type: Name Extended Data Type
Name is used to to initialize the record.
- _fromDate
Type: FromDate Extended Data Type
From date is used to initialize the record.
- _toDate
Type: ToDate Extended Data Type
To date is used to initialize the record.
- _header
Type: NoYesId Extended Data Type
Header is used to initialize the record.
- _footer
Type: NoYesId Extended Data Type
Footer is used to initialize the record.
- _headerNoteText
Type: Description Extended Data Type
Header note is use to initialize the record.
- _footerNoteText
Type: Description Extended Data Type
Footer is used to initialize the record.
- _taxWithholdRegNumber
Type: TaxInformationRecId_IN Extended Data Type
Withhold tax number is used to initialize the record.
- _taxWithholdSettlementPeriod
Type: TaxWithholdPeriodRecId_IN Extended Data Type
Withholdng tax settlement is use to intialize the record.
- _taxWithholdComponentGroup
Type: TaxWithholdComponentGroupRecId_IN Extended Data Type
Witholding tax component group is used to initialize the record.
- _taxWithholdType
Type: TaxWithholdCodeType_IN Enumeration
Withholding tax is used to initialize the record.