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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested Answer

MS Dynamics 365 CRM Import Job - Update

(0) ShareShare
ReportReport
Posted on by 230

Greetings !

I have a view called Bulk Update, which I opened using Excel Online and updated values for several rows of a column and press save.

Internally, a job is submitted as shown below

BU_5F00_01.png

The details of the job can be seen as below, I am trying to build an Advanced Find View to include the highlighted values (Successes, Failures etc)

BU_5F00_02.png

This is my Advanced View

BU_5F00_03.png

I am able to pull only the below details, do we know how to include columns that shows number of success, failures?

BU_5F00_04.png

My over all intention is to explore options to inform my end user about the completion of the job with some additional information like status, record count for success, failure etc using MS Flow or any other option.

My end user wouldn't prefer to visit Data Management > Import Data and check the details.

Regards,

Shyam

I have the same question (0)
  • Suggested answer
    drewt_MS Profile Picture
    Microsoft Employee on at

    Hello Shyam:

    In the previous Web version of CRM there was a link in the import dialog that would take the user to the My Imports page.  Customers have requested this link be restored in the new Unified Client Interface (UCI) and the Engineering Group are currently working on this feature.

    Further investigation into the metadata for this entity using the Web API:

    <org>/api/data/v9.0/EntityDefinitions(LogicalName='importfile')

    "LogicalName": "importfile",

    "ObjectTypeCode": 4412,

    "SchemaName": "ImportFile",

    "LogicalCollectionName": "importfiles",

    "ExternalCollectionName": null,

    "CollectionSchemaName": "ImportFiles",

    "EntitySetName": "importfiles",

    The page being displayed is not a view of the importfile entity but instead an Entity Set.

    The entity set can be retrieved using the Web API in JSON format:

    <org>/api/data/v9.0/importfiles?$filter=_ownerid_value eq '<guid of the systemuser>'

    and includes the fields your are looking for:

    "successcount": 3,

    "partialfailurecount": 0,

    "failurecount": 0,

    "totalcount": 3,

    This information could be formatted in a HTML web resource and then opened with Xrm.Navigation.openWebResource.

    The previous form My Imports is still available so this URL can also be opened using Xrm.Navigation.openUrl:

    function DoOpenImports()

    {

      var globalContext = Xrm.Utility.getGlobalContext();

      var baseURL = globalContext.getClientUrl();

      Xrm.Navigation.openUrl(baseURL+"/main.aspx?etn=importfile&extraqs=etc%3d4412&pagetype=entitylist&forceUCI=1")

    }

    I was wondering if any of these work arounds will help the users while the Engineering Group works on the feature for UCI?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
11manish Profile Picture

11manish 91

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 72 Super User 2026 Season 1

#3
Subra Profile Picture

Subra 69

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans