web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

DYNAMICS 365 CRM HOW TO CHECK THE IMPORT SOLUTION PROGRESS

Charles Abi Khirs Profile Picture Charles Abi Khirs 3,569

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?





Luckily, with the right tools, you can track the progress of a solution import job with actual percentages — giving you more visibility and control over your deployment processes.

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!

This was originally posted here.

Comments

*This post is locked for comments