Posts

Admin Provisioning for new VHD's

Image
               D365 F&O Technical Consultant As we are aware that the earlier version of VHD was different from the new version of VHD(PU 48). In the latest version of VHD, we need to register with Azure App. Here, are the following steps to be followed: How to do Admin Provisioning for new VHD.      Step 1: Log in to portal.azure.com      Step 2: Click on Active directory >> App registration >> Register a new app.      Step 3: Name the VHD as shown in the below picture >> Select the option "Account in any organizational directory".      Step 4: Scroll down >> select web from the drop-down and paste the                          URL. "  https://usnconeboxax1aos.cloud.onebox.dynamics.com/   "  and register .      Step 5: Select the name of VHD from the li...

Import Data on D365F&O

Image
                 D365 F&O Technical Consultant How to Import data via Data entity in D365F&O: Step 1:            Create a Project in Visual Studio named as  TM_CustomerDataEntity(Example)   Create a table named as  TM_SampleTable (Example)    S et the Primary key  Add relation  Right-click on the table created by you--> click on addins--> create data entity as shown in fig 1a.  It will create a stagging table, 2 security privileges(Maintain and view), and a data entity as shown in fig 1b.                                                                         Fig 1a Fig 1b Note:  ...