Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Element name |
Data type |
Length |
Required |
Default |
Description |
|---|---|---|---|---|---|
Return_Record_Type |
i4 |
2 |
Y |
Not applicable |
RMA record type |
RETDOCID |
string |
15 |
Y |
Not applicable |
RMA number The number must include 15 alphanumeric characters. The first three characters of the number must be RMA. For example,RMA0000001234GP. |
CUSTNMBR |
string |
15 |
Y |
Not applicable |
Customer number |
ADRSCODE |
string |
15 |
Y |
Not applicable |
Customer address code |
LNSEQNBR |
number |
21 |
Y |
0 |
The sequence number for the line |
QTYTYPE |
i4 |
2 |
Y |
1 |
Quantity Type; 1=On Hand; 2=Returned; 3=In Use; 4=In Service; 5=Damaged |
SERLTQTY |
number |
21 |
N |
1 |
Serial/Lot Qty, > 0 indicates add/update, < 0 indicates delete if exists |
ITEMNMBR |
string |
31 |
Y |
Not applicable |
Item number of item being returned |
SERLNMBR |
string |
21 |
Y |
Not applicable |
Serial number of item being returned |
LOCNCODE |
string |
11 |
Y |
Not applicable |
The location code for serial numbers used on the RMA line |
SLTSQNUM |
i4 |
4 |
N |
0 |
Serial sequence number. If not passed in this value defaults to 1 for the first serial number and increments by 1 for each additional serial number tracked for a single parts line. On an update if this value is not provided a new serial line record will be created instead of updating the existing record. |
BIN |
string |
15 |
N |
<blank> |
Bin number |
SVC_Original_Serial |
i4 |
1 |
N |
Not applicable |
Flag to indicate whether its the original IV Serial. 0=No, 1=Yes |
DATERECD |
datetime |
8 bytes (19 to 23 chars) |
N |
Not applicable |
Date received |
ReplaceItem |
i4 |
1 |
N |
0 |
Flag to indicate if the line is for a Replacement Item. 0=No, 1=Yes |
UpdateIfExists |
i4 |
1 |
N |
1 |
Flag to allow data to be updated if it exists: 0=Do not update; 1=Update |
RequesterTrx |
i4 |
2 |
N |
0 |
Requester transaction: 0=False; 1=True (if True, it populates the requester shadow table) |
USRDEFND1 |
string |
50 |
N |
<blank> |
User-defined field--developer use only |
USRDEFND2 |
string |
50 |
N |
<blank> |
User-defined field--developer use only |
USRDEFND3 |
string |
50 |
N |
<blank> |
User-defined field--developer use only |
USRDEFND4 |
string |
8000 |
N |
<blank> |
User-defined field--developer use only |
USRDEFND5 |
string |
8000 |
N |
<blank> |
User-defined field--developer use only |
* The <taFSRMALineSerial> node uses field level updates to provide update functionality.