Hi,
Is it possible to get instance of Current Marketing Object. For example, when user opens up Sales A/R Delivery form and after editing required fields, I would like to update some additional fields when the user clicks on 'Add' button.
I am able to trap a form ID, but I don't want to go in that direction. I would like to do something like this,
Dim oDLN As SAPbobsCOM.Documents
Set oDLN = GetCurrentObject..... ' Which is current Marketing Document opened in front of the user.
Regards
Ronald