Skip to main content
Post a question

Notifications

Community site session details

Community site session details

Session Id : nHqbBrOLbpk/LGQSC6Uy/+
Customer experience | Sales, Customer Insights,...
Suggested answer

SSIS Kingswaysoft Integration tool can't map salesorderdetail

Like (0) ShareShare
ReportReport
Posted on 6 Nov 2020 16:35:03 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
    675 on 09 Nov 2020 at 00:50:38
    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
    1,023 Super User 2025 Season 1 on 08 Nov 2020 at 22:50:38
    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
    28,967 Moderator on 07 Nov 2020 at 14:38:03
    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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,474 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,592 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans
Loading complete