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
Integer

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

Name
String

The name of IDoc segment field.

Offset
Integer

The data offset of the IDoc segment field.

Value
String

The value of the IDoc segment field.

Constructors

[VB.NET]
Public IDocSegmentField()

[C#]
public IDocSegmentField();



[VB.NET]
Public IDocSegmentField(ByVal Name As String, ByVal Description As String, ByVal Length As Integer, ByVal Offset As Integer, ByVal DataType As String, ByVal Value As String)

[C#]
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