Hi, I have tried to put this post up a couple of times, so apologies if people ave already seen it.
I am trying to create Packing Lists using the java api. I have been able to do this but I am having problems adding Active Link Gides and Filter Guides. The ReferenceType for both of these falls under the Container bucket. ReferenceType.CONTAINER, which resolves to the integer 6. When I try and add the Active Link Guide as 6 it does not show up in the Packing List. After further investigation I decided to get the References and print them to screen for a Packing List that already had an Active Link Guide. The output was as follows. Reference Name: null ReferenceType: 32783 Reference Name: <Active Link Guide> ReferenceType: 6 When I saw this, I tried to add the active link guide as ReferenceType.PACKINGLIST_GUIDE which resolves to 32783. I received and Illegal Reference Type error for 32783. So I tried to do as in the above example but the Packing List would not accept a null value for the Reference Label. I have also tried to run the driver program and it cannot add an Active Link Guide. When I had a look at JavaDriver it looks like my code so it will not do it either. Thanks Nick _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

