| 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. |