Pre/Post-Delete User Defined Script

Hello, 

I am trying to capture a value when it has been deleted and store it to be used in another script. I have tried tying it to a Pre-Delete and Post-Delete event on the table storing the data, but neither are giving me anything. Can someone tell me if there is something wrong with my code?


ContactCode = ""

retVal = 0


retVal = oBusObj.GetValue("ContactCode$", ContactCode)
retVal = oScript.SetStorageVar("ContactCode", ContactCode)

Top Replies

Parents Reply Children