GenericStatusUpdate for Order Release with refnum
Summary:
Hi
We are using GenericStatusUpdate interface for Shipment to update external status + add/update shipment refnum value. This works fine, didnt see any problems with it.
However, when I try to send the same for ORDER_RELEASE, then we get an error:
otm:IMessageText = CAUGHT THE FOLLOWING EXCEPTION WHILE PROCESSING TRANSACTION: [213455] TReleaseMthod.getInstance() failed: ReleaseMethod <> does not exist. at sun.reflect.GeneratedConstructorAccessor1109.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at
Seems to be related to /Refnum/ element, as without refnum (only status) - it seems to work fine.
I`ve checked and all orders in application do have RELEASE_METHOD_GID populated (not sure if it`s possible to add one without it). The order from XML also has it.