I've created a new entity, lets say its called Invoice. So, I have an Invoice MainView, DetailsView, etc. I need to change the edit menu functionality for this entity. Deletion should be allowed only for certain users, and the system should display a confirm dialog prior to beginning the deletion routine.
I've been taking a look at global functions, but I'm not sure if this is the way to go or not.
How do I do this? ...(read more)
↧