Skip to Content
0
Former Member
May 19, 2008 at 08:58 AM

SO addon

20 Views

Hi, I'm trying to create an addon for the Sales Order form. I would like to know when the quantity field in the SO is filled with a value or if the value is changed. Here is my code but it does not work:

(pVal.FormType == 139 && pVal.ItemUID == ("38") && pVal.ColUID == "11" && pVal.EventType.Equals(SAPbouiCOM.BoEventTypes.et_VALIDATE) && pVal.Before_Action == false && pVal.InnerEvent == false && pVal.ItemChanged == true)

Any ideas?