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.
Write the CAF obligation code.
Syntax
public void writeCAFObligation(
TaxReportDomesticCAFObligation_IT _obligation,
int _startPos,
int _length,
[str _fieldName,
boolean _isMandatory])
Run On
Called
Parameters
- _obligation
Type: TaxReportDomesticCAFObligation_IT Enumeration
CAF obligation.
- _startPos
Type: int
Requested starting position of the value in the current line of the writer output.
- _length
Type: int
Number of characters allocated by the file format for the value being written.
- _fieldName
Type: str
User friendly name of the field being written.
- _isMandatory
Type: boolean
Determines whether to show a warning if the value is empty.