Skip to Content
0
Former Member
Sep 10, 2009 at 03:29 AM

et_FORM_DATA_ADD event

268 Views

I have performed certain calculations when a record is added in A/R invoice.I have called the function on the et_FORM_DATA_ADD event as,

If BusinessObjectInfo.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DATA_ADD And (BusinessObjectInfo.FormTypeEx = "133") And BusinessObjectInfo.ActionSuccess = True Then
 SaveStockTrans()
End If

Usually the event fires once but sometimes it fires twice.I can not predict when it fires twice.