Share via


IntrastatExportWriter_IT.writeServicesDelivery Method [AX 2012]

Write a 'Services delivery' (single or multiple deliveries of services) value.

Syntax

public void writeServicesDelivery(
    IntrastatServicesDelivery_IT _servicesDelivery, 
    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

Only the first character of the 'Services delivery' value is written.

See Also

Reference

IntrastatExportWriter_IT Class