Skip to main content

Notifications

Announcements

No record found.

Service | Customer Service, Contact Center, Fie...
Answered

Missing fields when retrieving data from D365 online with SSIS and KingswaySoft

Posted on by 120

Hi everyone.

We have Dynamics 365 online. We are building a SSIS process that retrieves data from D365 and stores in an on-prem SQL server. We are using KingswaySoft together with SSIS.

The process completes with no error and retrieves all the records for the entities we are working with. However, for many name-related columns, the data is not retrieved. An example is column emailsendername in the email entity. No data is retrieved for this column when we run the SSIS package. It doesn't matter if we are using the Web API or the SOAP endpoint.

Has anybody dealt with this issue?

Any input is appreciated.

Thanks

Roque Daudt

  • RDaudt Profile Picture
    RDaudt 120 on at
    RE: Missing fields when retrieving data from D365 online with SSIS and KingswaySoft

    Thanks, Prateek.

  • Verified answer
    prt33k Profile Picture
    prt33k 6,907 on at
    RE: Missing fields when retrieving data from D365 online with SSIS and KingswaySoft

    Hi,

    The name column you are referring are virtual and are generated at runtime so to query them directly will not yield any result.

    To get the name, you need to use link query and do a outer join... something like this:

    <fetch top="50" >
    <entity name="account" >
    <attribute name="modifiedbyname" /> //This will not be returned.
    <link-entity name="systemuser" from="systemuserid" to="modifiedby" link-type="outer" alias="usr" >
    <attribute name="fullname" />
    </link-entity>
    </entity>
    </fetch>

    result:

    pastedimage1611793742650v1.png

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans