Is there anyone who knows about
how to modify a Confirm Deletion Message which occurs during deletion of any record from table in Dynamics ax 2009?
Is there anyone who knows about
how to modify a Confirm Deletion Message which occurs during deletion of any record from table in Dynamics ax 2009?
Hi,
Which kind of modifications you have to do on confirm deletion message?
Actually i want to change the message of the Confirmation Deletion Message, and i am not able to get the code from where this message is occuring.
Why do you want to modify???
Actually i have a requirement to change the message of Confirm Deletion message, and i am not getting the place from where i can find the code
Hi, Please look into the FormDataSource’s Methods from which you are deleting the record. Debug the code from the ‘Delete’ method of FormDataSource, you can get the actual location.
Ashlesh i am not able to get the location of Conform Delete Message
Hi Varun,
You can find the confirm delete message from “Data Dictionary->Tables->InventTable->Method->validateDelete()”.
Hope this helps.