Share via


TaxReportDomesticExportWriter_IT.writeBoolean Method [AX 2012]

Write a boolean value.

Syntax

public void writeBoolean(
    boolean _value, 
    int _startPos, 
    int _length, 
   [str _fieldName, 
    boolean _isMandatory])

Run On

Called

Parameters

  • _value
    Type: boolean
    The boolean value which should be written.
  • _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
    Name of the field which is being written.
  • _isMandatory
    Type: boolean
    Shows whether the field is mandatory.

Remarks

True will be written as 1, False will be written as 0.

See Also

Reference

TaxReportDomesticExportWriter_IT Class