This question has been flagged
1 Reply
3954 Views

When preparing a quote, I want to modify the modal view which is popup when you click on "Add order line".

How do you know which view corresponds to certain program form/view? Particulary in those which are modal and therefore have no access to debug combobox information.


Thanks

Avatar
Discard
Best Answer

Hi E.M.,

In sale order line, there is an internal tree and form view is created.

So when you click on add an item, it opens that internal form view.

Source Code 

Avatar
Discard
Author

I thought that the popup (internal form view) was a different view. And I was wondering how to know which one. Thanks.