Hi,
Here is my issue. I need to do a tax code validation on Freight Charges of a SO, usually I can do it when user click the small arrow button of Freight the do the validation on that popup form button event. But that is not enough, I also need to check the Freight Charges again after users close the popup window of Freight Charges. The problem is that the Freight Charges window is closed, all the value there is not saved in DB yet. Is it possible to access the data from addon?
I know there is a dirty way is that everytime when the Freight Charges form is opened, I can put the data in a variable so I can access it later on after the Freight Charges popup is closed. But then I have to maintain this variable for multiple SO document which is kind of sucks and make things more complicated.
Any idea?
Thanks,
Lan