TaxWithholdCertificatesTable_IN::createCertificate Method
Creates the records of TaxWithholdCertificatesTable_IN.
Syntax
server public static TaxWithholdCertificatesTable_IN createCertificate(
TaxWithholdCertificateNumber_IN _certificateNumber,
TaxWithholdComponentGroupRecId_IN _componentGroup,
TaxWithholdPrefix_IN _prefix,
TaxWithholdStartNum_IN _startNum)
Run On
Server
Parameters
- _certificateNumber
Type: TaxWithholdCertificateNumber_IN Extended Data Type
Certificate number value to allocate the new record.
- _componentGroup
Type: TaxWithholdComponentGroupRecId_IN Extended Data Type
Component group value to allocate the new record.
- _prefix
Type: TaxWithholdPrefix_IN Extended Data Type
Prefix value to allocate the new record.
- _startNum
Type: TaxWithholdStartNum_IN Extended Data Type
First certificate number to allocate the new record.
Return Value
Type: TaxWithholdCertificatesTable_IN Table
A buffer containing TaxWithholdCertificatesTable_IN table.