Share via


IntrastatExportWriter_IT.writeCorrectionAmount Method [AX 2012]

Writes a correction amount.

Syntax

public void writeCorrectionAmount(
    Amount _amount, 
    int _startPos, 
    int _length)

Run On

Called

Parameters

  • _startPos
    Type: int
    The requested starting position of the value on the current line of the writer output.
  • _length
    Type: int
    The number of characters that the file format should allocate for the value that is written.

Remarks

The absolute rounded value of the amount is written.

For negative values, the last character is replaced by a character [0123456789] to [pqrstuvwxy].

The _value value is padded with zeros on the left to reach the specified _length value.

See Also

Reference

IntrastatExportWriter_IT Class