Buttons enable / disable on sales order form

Hi All,

Can anyone please tell me from where the code controlling enable / disable of menuitem buttons under Sales Order Line button?

In AX2009, it was controlled on clicked method of Sales order line menu button but in AX2012 I didn’t this. I want to know this for specially two buttons Delivery schedule and BOM Lines.

Please help.

Thanks in advance!

With regards,

Swati

It’s implemented in SalesTableInteraction class, method enableLineFunctionActions().

Thanks for your reply.

It worked and solved my problem. :slight_smile:

Please verify the solution, so everybody can clearly see that the question has been answered.