View Single Post
  #4 (permalink)  
Old January 21st, 2008, 22:55
james_foran james_foran is offline
Member
 
Join Date: Dec 2007
Posts: 61
Thanks: 5
Thanked 8 Times in 8 Posts
Groans: 1
Groaned at 1 Time in 1 Post
Rep Power: 1
james_foran is on a distinguished road
Re: Agents-refnumber From Order Release To Shipment

Just to give you some backgroud into the cause of the error.

The event is triggered before the Buy Shipment is created completely. You can either create the agent on the buy side (SHIPMENT - CREATED), or you can use try triggering the agent on a status changed event, and use the PLANNING status type.

You may run into issues here if you are using ORDER MOVEMENTS though.

In response to Janice, we also use a lot of agents to copy refnums and the likes. We use Direct SQL updates to do this also, but a simple stored procedure would be even easier.
Reply With Quote
The Following User Says Thank You to james_foran For This Useful Post:
krishna.kk (January 22nd, 2008)