Sunday, 15 September 2024

(LCS) to apply a package to a production environment in D365 FO

 To apply a package in Dynamics 365 for Finance and Operations (FO), you can use Lifecycle Services (LCS) to apply a package to a production environment: 

  1. Prepare the package: Create a deployable package using Visual Studio, a development environment, or the build automation process. 
  2. Validate the package: Use the Validate packages feature in LCS to check for issues before applying the package. 
  3. Release the package: In the project's asset library, mark the package as a release candidate
  4. Apply the package: In the production environment, open the Environment details view, select Maintain, and then Apply updates. 
  5. Schedule the package: Select the package to apply, specify a schedule, and submit the request. 
  6. Monitor the status: After the scheduled downtime, the package will be deployed. The Servicing status field will indicate the status of the application.

No comments:

Post a Comment

DefaultDimension in d365 FO X++

 Navigate to PurchTable methods you can find with DefaultDimension this.DefaultDimension = this.mergeDimension(this.getDefaultDimension(),th...