disabling save option

Hello AX Users…

I want to disable the save functionality in Dynamics AX 2009…

Means that if any user clicks the save button or presses Ctrl+S from keyboard,how can i disable that ?

Will nayone please help me for this problem ?

Hi Lalit,

When you want to disable the save option? be specific…is that when you create a new record or specific field, or table???

Actually there is no specific requirement of that button …

Mainly when user creates a new record,the button should be visible but it should not allow the user to save the data…

There is a special condition or validation kept for saving the data and for that i have seperately created a button but that’s not the main issue.

The main thing is that it(Save button and Ctrl+S) should not work at all.

Hi Lalit,

Just refer these links for your solution

http://dynamicsuser.net/forums/p/47787/243634.aspx

http://dynamicsuser.net/forums/p/39416/202378.aspx

If you have any doubts do give a post…

Just comment out the super on the FormDataSource’s write/create methods. That’d do it I believe.

Hi,

just set allow edit property to no at form datasource properties to NO for the respective datasource…