Hello,
I am facing an issue in MS Dynamics GP. Long times back I had done some customization on PO Entry form in GP. Note that time, I did not add any new field or modified PO Entry form in GP using Modifier because that time the requirement was different. so I wrote down a VBA program as I wanted to perform some activity when user would click on SAVE button on original PO Entry form / window in GP.
Now there is a new requirement due to which I added a text field on a Header section in PO Entry form /window in GP by using Modifier . After that I entered a new Purchase order on a Modified PO entry form / window but it did not execute my VBA program which I wrote it few years before. It looks like my VBA program is tied up with the original PO entry window and that's why my VBA program is not running on Modified PO Entry form /Window
Can you advise me what to do ?
I will appreciate your help.