Hi,
I want to create a Bar_Code Item Cross Reference but I got an error that I'm not been able to solve.
This is how I do it.
- Create an entry en Page 5723 "Item Cross References" like:
<ItemCrossReferences> <Key>...</Key> <Cross_Reference_No>XXXXXX</Cross_Reference_No> <Item_No>8011</Item_No> <Unit_of_Measure>EACH</Unit_of_Measure> <Discontinue_Bar_Code>false</Discontinue_Bar_Code> </ItemCrossReferences>
This works great.
Now the failing part
- Create an entry in the Page 5721 "Item Cross Reference Entries".
<ItemCrossReference> <Key>...</Key> <Cross_Reference_Type>Bar_Code</Cross_Reference_Type> <Cross_Reference_No>XXXXXX</Cross_Reference_No> <Unit_of_Measure>EACH</Unit_of_Measure> <Discontinue_Bar_Code>false</Discontinue_Bar_Code> </ItemCrossReference>
And then I get this error:
System.Web.Services.Protocols.SoapException: 'The Item does not exist. Identification fields and values: No.='''
Any idea of what might be the problem?
I do not see any No. property in the ItemCrossReference class
Thanks,
Ignacio
*This post is locked for comments