Running Custom X++ Scripts in Tier 2 or higher Version Production environment without downtime
How about running custom X++ scripts without any downtime?
Posted by : Hariharasudan Kandaswamy
E.g :
Let say example , you want to update the inventory Transactions of the particular items in Tier -2 or higher version.
Steps to follow:
1. Go back to Dev box , Create a Model and add required references package
2. create a runnable class to update for the particular transaction
3. Then Create an deployable package.
4. once package is created, Go back to Tier 2 or higher version.
5. Go to System Administration Module
path : System Administration --> Periodic Task --> Database --> custom Scripts
path : System Administration --> Periodic Task --> Database --> custom Scripts
6. Click upload
Upload the Deployable package in Custom scripts
7. once package is upload.
8. some one has to approve the upload Deployable package
8. some one has to approve the upload Deployable package
9. once package is approved, then test the process.
10 if result as expected then click RUN , script updated the Inventory Transactions for the particular items without downtime.
Comments
Post a Comment