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 :
Customer experience | Sales, Customer Insights,...
Suggested answer

SSIS Kingswaysoft Integration tool can't map salesorderdetail

(0) ShareShare
ReportReport
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!

I have the same question (0)
  • Suggested answer
    rrizwann Profile Picture
    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
    1,027 Moderator 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
    28,981 Moderator 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Mansi Soni – Community Spotlight

We are honored to recognize Mansi Soni as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Hamza H Profile Picture

Hamza H 141

#2
Daniyal Khaleel Profile Picture

Daniyal Khaleel 132

#3
DAnny3211 Profile Picture

DAnny3211 130

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans