Users are provided with several options
to personalize forms in Microsoft Dynamics AX. These options allow the user to
move controls, set properties on controls, and adding extra fields to forms.
Forms are customized at run time, and settings are saved on a per-user basis.
The personalization option on
a particular form using x++ code we can block/remove. All have to do is,
1.
Override init method
on form as below screen
2.
Write the below code after super() as
below shown
Can notice in below screen personalize option is not visible after above code.
Hi Haary,
ReplyDeleteNice post,It was a clear step by step explanation with screen shots.Please post some more frequently asking forms customizations as like this..
Thanks a lot..!!
Sure, vl do some samples.
DeleteHi Harry,
ReplyDeleteCan you please guide me how to block Personalize option for a List Page.
As far as I understood we need to write the code in the List Page Interaction Class.
Please share if you have any idea.
I am trying to disable personalize option in PurchTableListPage.
Regards
Wamik