Skip to main content

Posts

Showing posts from February, 2021

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...

Create/deploy cloudhosted environment using other Tenant user

As we know Microsoft has enforced that we need to have build and test(Dev) as cloud-hosted server, as there would be no Dev server, is included in Finance and operations license. In such a case, many of the clients don’t have a separate Azure subscription or maybe you have with a different client's tenant. So when you want to deploy a cloud-hosted environment using a different azure subscription tenant you need to perform steps which we will discuss further in this blog after which you could deploy your cloud-hosted server from the different tenant.   First of all, add another tenant (Azure user) user in your LCS project user as follows. Now we need to enable the preview license for azure user otherwise it will show its organization as prospective due to which you can not create the azure connector. For which you can follow the  finance and operation preview link . fill up the required information over there. After this step refresh the page for ...