Posts

Showing posts from September, 2024

Activate Financial Dimension in Dynamics 365 FO. (On- Premises)

  If you want to activate the financial dimension in Dynamics 365 on on-premises, you need to do a following step. 1.      Open SQL and go to D365FO Database. 2.     Execute the following Query                   select * from SQLSYSTEMVARIABLES         update SQLSYSTEMVARIABLES SET VALUE = 1 WHERE PARM =                     'CONFIGURATIONMODE' 3.      Execute IIS Restart. 4.     Refresh the Page. 5.     After activating the financial dimension, you need to revert the option.              update SQLSYSTEMVARIABLES SET VALUE = 0 WHERE PARM                     =   'CONFIGURATIONMODE' 6.    Execute IIS Restart. 7.    Refresh the Page.

Configure D365 from VHD.

Image
  Configure D365 from VHD. 1. Download VHD from LCS. Refer the link for how to download the VHD.           Download VHD from LCS 2. Configure the VHD 3. If Wi-Fi not enabled, then you need to Install the correct version of Wi-Fi driver. Connect to the internet 4. If windows license is expired, you need to run the following command from cmd prompt.          " slmgr /rearm.vbs" 5. Needs to Generate Self-Signed Certificates.            -     Go to  https://portal.azure.com .           -      Login with " XXXX@YYYY.onmicrosoft.com ". Password : ZZZZZZZZ          -     Go to "App Registration" >> Select the "D365FO" >> Copy the "Application  ( Client) ID"          -     Go to VHD Desktop select the " Generate Self-Signed Certificates" Shortcut"  ...