I created a permission for a button on my form. In the Denied Action section I set the Action to 'message key' and entered the message key.When the user clicks on the button I can't figure out how to trigger the denied action message.. or can you do this with one condition?
If SecurityBasics.CurrentUser.GetPermission("save_Layout").Action = PermissionAction.Grant TheDo stuff....
else
Show Denied Message.
Thanks
Tim