Share via


TaxWithholdCertificateCINDP.initFieldValues Method [AX 2012]

Initializes the fields value of the TaxWithholdCertificateCINTmp table.

Syntax

protected void initFieldValues(
    TaxWithholdCertificateCINTmp _taxWithholdCertificateCINTmp, 
    TransDate _challanDate, 
    str _challanNumber, 
    str _bsrCode, 
    Amount _totalAmountPerLine)

Run On

Server

Parameters

  • _challanNumber
    Type: str
    The challan number.
  • _bsrCode
    Type: str
    The BSR code.

See Also

Reference

TaxWithholdCertificateCINDP Class