InvServicesMapping object

First available in SystemsLink Fuel 2015.1

InvServicesMapping properties and column mapping

To condense the information in this table, the Database Column Name uses the following abbreviations for database tables:

I = InvServiceMapping

Unless otherwise stated, all properties were first available in 2015.1.

Property Database Column

Name

Data Type (in C#)

Name

Data Type

Modifiable

Comments

1

DataSourceID

string

N/A

N/A

Not mapped

2

IsDirty

bool

N/A

N/A

Not mapped

3

IsNew

Bool

N/A

N/A

Not mapped

4

IsValid

bool

N/A

N/A

Not mapped

5

Key1

string

I.Key1

varchar(100)

Insert/Update

6

MappingType

string

I.MappingType

varchar(50)

Insert/Update

7

RecordType

string

I.RecordType

varchar(50)

Insert/Update

8

TMWKey1

string

I.TMWKey1

varchar(100)

Insert/Update

9

UpdateableProperties

InvServiceMappingUpdateInfo

N/A

Insert/Update

Not mapped

InvServicesMapping methods

The Return Value for all methods is InvServicesMapping.ReturnObject.

Unless otherwise stated, all methods were first available in 2015.1.

Internal

Parameters

Method Name

Name

Data type (in C#)

InvServicesMapping.ReturnObject.
ReturnCode

Description

RetrieveInvServicesMapping

criteria

InvServicesMapping.Criteria

0 = successful

100 = no records found

1000 = errors occurred

Returns all InvServicesMapping objects that meet the specified criteria

InvServicesMapping.ReturnObject

Unless otherwise stated, all properties were first available in 2015.1.

Property Name Data Type (in C#) Comments

1

ErrorMessages

List<string>

2

ErrorObjectIndexList

List<int>

3

Exceptions

List<Exception>

4

ReferenceObjects

List<InvServicesMapping>

5

ReturnCode

int

6

TraceMessages

List<string>

7

WarningMessages

List<string>

InvServicesmapping Criteria object

To condense the information in the table, the Database Column uses the following abbreviations for database tables:

I = InvServicesMapping

Unless otherwise stated, all properties were first available in 2015.1.

Name Database Column Data Type (in C#) Comments

1

Key1

I.Key1

string

2

MappingType

I.MappingType

string

3

RecordType

I.RecordType

string

4

TMWKey1

I.TMWKey1

string