Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Suggested answer

SSIS Kingswaysoft Integration tool can't map salesorderdetail

Posted on by 5

Hello guys

I'm trying to get Records from an On-Prem Crm into a Online Crm with the SSIS Kingswaysoft Integration tool in Visual Studio. I'm having problems to migrate the salesorderdetail entity, because whenever I try to execute the task I get this error: 

"An error occurred while validating input parameters: Microsoft.OData.ODataException: Does not support untyped value in non-open type."

pastedimage1604679926346v2.png

Can anybody help me with that please? I'm already trying to solve this issue for hours and hours. Thank you in advance!

  • Suggested answer
    rrizwann Profile Picture
    rrizwann 675 on at
    RE: SSIS Kingswaysoft Integration tool can't map salesorderdetail

    I had the same issue, but in my case  the schema name didn’t work. I think it’s because my field is setup as a navigation property to either of two different entities. I found the correct name by pulling the metadata for the entity from the API and looking at the navigation properties. There were two navigation properties defined for this field, one for each target entity, so I had to use the name of the correct one in my payload.

    <NavigationProperty

           Name="parentcustomerid_account"

           Type="mscrm.account"

           Nullable="false"

           Partner="contact_customer_accounts">

       <ReferentialConstraint

               Property="_parentcustomerid_value"

               ReferencedProperty="accountid" />

    </NavigationProperty>

    The correct value was parentcustomerid_account above.

  • Suggested answer
    Adrian Begovich Profile Picture
    Adrian Begovich 21,009 Super User 2024 Season 2 on at
    RE: SSIS Kingswaysoft Integration tool can't map salesorderdetail

    Hi Tim Graf.

    This issue is caused by passing a property of a JSON object that doesn't exist on the data model. Check your JSON for typos.

  • Suggested answer
    Bipin D365 Profile Picture
    Bipin D365 28,964 Super User 2024 Season 1 on at
    RE: SSIS Kingswaysoft Integration tool can't map salesorderdetail

    Hi,

    You will need to check the field schema name and verify if it is correct.

    d365demystified.com/.../

    You can use Rest builder to validate field schema name.

    github.com/.../releases

    Please mark my answer verified if i were helpful

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