ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

IDocSegmentField Type

A field within the IDoc data record segment.

Remarks

An IDoc segment contains one or more elements. Each field will have a DataType, Description, Name, and Value. It will also contain an Offset indication the offset of where the field is located in the segment string, as well as the Length of the field.

Fields

DataType
String

The data type of the IDoc segment field.

Description
String

The description of IDoc segment field.

Length
int

The output length of the data in the IDoc segment field.

Name
String

The name of IDoc segment field.

Offset
int

The data offset of the IDoc segment field.

Value
String

The value of the IDoc segment field.

Constructors

public IDocSegmentField();



public IDocSegmentField(String name, String description, int length, int offset, String dataType, String value);



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0