Hi Forum,
I need to update a ship to address code "0000" when a new cusotmer is created. I am trying to do it on a "pre-write event" is entered but I am getting an error.
Any suggestions ?
Regards,
Manuel Roman
Got it.... my bad. using the wrong Object
Set oShipTo = oSession.AsObject(oSession.GetObject("SO_ShipToAddress_svc")), changed it to "bus"
But you were right, it is Post-Write. The customer needs to exist....
Thanks Kevin!!!
Got it.... my bad. using the wrong Object
Set oShipTo = oSession.AsObject(oSession.GetObject("SO_ShipToAddress_svc")), changed it to "bus"
But you were right, it is Post-Write. The customer needs to exist....
Thanks Kevin!!!