Share via


IntrastatExportWriter_IT.writeItemCode Method [AX 2012]

Writes a commodity and service code value.

Syntax

public void writeItemCode(
    IntrastatItemCodeId _itemCode, 
    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

Non-numeric characters of the commodity and service code value are removed.

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

See Also

Reference

IntrastatExportWriter_IT Class