Move object
First available in SystemsLink: 2014.2
Used by External SystemsLink for TMWSuite.
Methods
The Return Value for all methods is Move.ReturnObject. |
Method Name | Parameters | Move.ReturnObject.ReturnCode | Description | |
---|---|---|---|---|
Name |
Data type (in C#) |
|||
orderHeaderNumber |
int |
0 = successful 100 = no records found 1000 = errors occurred |
Returns all Move objects with the specified order header number |
Properties and column mapping
Property | Database Column | Modifiable | Comments | |||
---|---|---|---|---|---|---|
Name |
Data Type (in C#) |
Name |
Data Type |
|||
1 |
DataSourceID |
string |
N/A |
Not mapped |
||
2 |
IsDirty |
bool |
N/A |
Not mapped or used in service |
||
3 |
IsNew |
bool |
N/A |
Not mapped, set to false during save to update |
||
4 |
IsValid |
bool |
N/A |
Not mapped or used in service |
||
5 |
mov_number |
int |
Read only |
|||
6 |
Orders |
List<Order> |
Read only |
Not mapped |
||
7 |
UpdateableProperties |
N/A |
Move.ReturnObject
Property Name | Data Type (in C#) | Comments | |
---|---|---|---|
1 |
ErrorMessages |
List <string> |
|
2 |
ErrorObjectIndexList |
List <int> |
|
3 |
Exceptions |
List <Exception> |
|
4 |
ReferenceObjects |
List <Move> |
|
5 |
ReturnCode |
int |
|
6 |
TraceMessages |
List <string> |
|
7 |
WarningMessages |
List <string> |