Thursday 13 December 2018

How to find used by security roles from a menu item

Step 1 - Find a control in a form (You can find by right click on form and personalize) 


Step 2 - Then go to that form and find the used menu item 


Step 3 - Right click on that selected menu item and click on 'Open used menu item' as shown below -



Step 4 - Once you click on that it will popup a window with used menu item, then right click on that menu item - 



Step 5 - And then hit 'View related security roles', we will get all details here

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...