DYNAMICS 365 CRM HOW TO CHECK THE IMPORT SOLUTION PROGRESS
Importing solutions to the DEV, TEST, UAT or PROD environments in Dynamics 365 CRM is a common activity for system administrators and developers.
However, when importing large or complex solutions, it can be frustrating to sit and wonder: How far along is the import? or Is it stuck?


In this post, we’ll explore the steps needed to see the solution import progress:
-
Step 1: Open Dynamics CRM Advanced Find, where the solution is being imported.
-
Step 2: In Look for: Select Import Jobs entity and give the condition Created On = Today to narrow down the result.
- Step 3: Make sure that the column Progress is added to the view.
-
Step 4: Identify your Solution Name and check the Progress (%) column in percentage.
-
Step 5: Once the import is done, you can verify that the progress is now 100.
Bonus Tips:
- You can use the Solution Transfer Tool in XrmToolBox to help tracking the progress of solution imports.
-
You can use Web API calls, to monitor the import status by querying the importjob table in Dataverse.
You can query it directly using Web API tools or Power Automate. [EnvironmentURL]/api/data/v9.2/importjobs?$select=progress,statuscode,name
Hope This Helps!
Comments
Post a Comment