I am using econnect to insert and update RMA's and am receiving the following error when inserting a new serial number. It keeps referring to specifying something that already is specified, in this case SVC_Original_Serial, I set it and in my code I also set SVC_Original_SerialSpecified = true;
I am wanting to create a custom receiving app to receive the serial number items in. I created one already and got one to receive in but when I try to receive another in I get the following error.
Sql procedure error codes returned:
Error Number = 10024 Stored Procedure= taFSRMALineSerial Error Description = Invalid Original Serial Flag (SVC_Original_Serial) - Value can be 0=No, 1=Yes
Node Identifier Parameters: taFSRMALineSerial
Return_Record_Type = 1
RETDOCID = RMA0KFP000001
Related Error Code Parameters for Node : taFSRMALineSerial
QTYTYPE = 2
<taFSRMALineSerial>
<Return_Record_Type>1</Return_Record_Type>
<RETDOCID>RMA0KFP000001</RETDOCID>
<CUSTNMBR>BBTFINANC027494</CUSTNMBR>
<ADRSCODE>PRIMARY</ADRSCODE>
<LNSEQNBR>200</LNSEQNBR>
<QTYTYPE>2</QTYTYPE>
<ITEMNMBR>VX510 DC</ITEMNMBR>
<SERLNMBR>4-4-4-4</SERLNMBR>
<LOCNCODE>RETURN</LOCNCODE>
<SVC_Original_Serial>0</SVC_Original_Serial>
</taFSRMALineSerial>
I am wanting to create a custom receiving app to receive the serial number items in. I created one already and got one to receive in but when I try to receive another in I get the following error.
Sql procedure error codes returned:
Error Number = 10024 Stored Procedure= taFSRMALineSerial Error Description = Invalid Original Serial Flag (SVC_Original_Serial) - Value can be 0=No, 1=Yes
Node Identifier Parameters: taFSRMALineSerial
Return_Record_Type = 1
RETDOCID = RMA0KFP000001
Related Error Code Parameters for Node : taFSRMALineSerial
QTYTYPE = 2
<taFSRMALineSerial>
<Return_Record_Type>1</Return_Record_Type>
<RETDOCID>RMA0KFP000001</RETDOCID>
<CUSTNMBR>BBTFINANC027494</CUSTNMBR>
<ADRSCODE>PRIMARY</ADRSCODE>
<LNSEQNBR>200</LNSEQNBR>
<QTYTYPE>2</QTYTYPE>
<ITEMNMBR>VX510 DC</ITEMNMBR>
<SERLNMBR>4-4-4-4</SERLNMBR>
<LOCNCODE>RETURN</LOCNCODE>
<SVC_Original_Serial>0</SVC_Original_Serial>
</taFSRMALineSerial>