Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 72043

enable and disable the EDIT button (in action Pane) through SalesTableType class

$
0
0

hi all,
I want to disable the edit button on both SalesTableListPage and SalesTable Form

i have this written code in SalesTableType class and checkUpdate method.

if(salesTable.ConfirmationApprovalStatus == SalesApprovalStatus::Approved )
{
    ok = false;
}

but the problem is that this code is disabling EDIT button only on SalesTableListPage Form not on SalesTable Form.

Please suggest ..
Thanks


Viewing all articles
Browse latest Browse all 72043

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>