Sunday, 22 September 2024

delete package from UAT/sandbox and production environment | D365FO | Uninstall package

 To delete a package from the UAT/sandbox and production environments in Dynamics 365 Finance and Operations (D365FO), you can follow these steps:

  1. Create a File:
    • Create a text file named ModuleToRemove.txt.
    • In this file, list the names of the modules you want to remove, each on a new line.
  2. Prepare the Deployable Package:
    • Place the ModuleToRemove.txt file in the Scripts folder of your deployable package (e.g., package\AOSService\Scripts).
  3. Upload and Validate:
    • Upload the modified deployable package to the Lifecycle Services (LCS) asset library.
    • Wait for the asset to finish validation and review any warnings.
  4. Install the Package:

 https://www.youtube.com/watch?v=CKoNTD5c-64&list=PLAlhAWmXKj2QzcUNvQ9j-g1a3MBSy5qFz&index=4

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