Skip to main content

Posts

Showing posts with the label access

Provide exclusive access to particular form control using Security configuration in D365 Finance and operations

In d365FO sometimes you need to provide access to form control only which usually performed through visual studio development but you can also do the same through the environment front end using the system configuration option. So as you proceed through this blog you will know how to achieve this. 1.       Navigate to the desired form and right-click and try to find out menu item and its type for that control you can refer following images as well(in our case control is " Print product labels " and the form is " Released product " ). 2.       Now as you have all the required information for the form name and form control also try to find out the menu item name and type(display menu item in case of the form) for the main form(in our case menu item name would be  EcoResProductDetailsExtendedGrid ). 3.       Now navigate to security configuration by navigating  Modules>>System administration>>S...

Set form control access via security role in D365 Finance

In some of the cases instead of providing security to whole form we need it for particular form control.So this blog will help you with providing access to form control via security roles.If you want to know more about security roles you can use my previous  blog . First of all we need form control where we need to set some of the properties as follows. In our case we are using laid off button as shown Now select the button and press F4 for its properties and set needed permision to manual as follows Now in your desired security privilege you can either directly set form control permissions or Entry Points. For form control permission method right click on form control permission and select new form and after that set name property to your desired form (Hcmworker in our case) as follows Now right click on your form and select New control option as follows and set control name and permission for it as follows For Entry point method you need first need to add ...