how to know which method is working on field without go to AOT

DEAR Sir / Madam,

In purchase order when i opened a record which is conformed, then what will be happen in action pane confirmation bottom is be disable. until we don’t edit any field.## when we edit any field then confirmation buttom in active pane is be enable again. So now my question is.

how will we know that which method is working for enable n disable of buttom.bcoz of i need add one Tab page of form,Which will be work same.

Best Regards

For list/detail pages the enabling/disabling happens in the related page interaction classes. If you look at the form properties you will see the related interaction class.

\Classes\PurchTableInteraction

\Classes\PurchTableInteractionHelper

You need to debug and see to know more details.