rflechner / LinqToSalesforce

Presentation
https://rflechner.github.io/LinqToSalesforce/
The Unlicense
13 stars 8 forks source link

Cannot access Account Contact Relationships standard object #36

Open ntregillus opened 6 years ago

ntregillus commented 6 years ago

Account Contact Relationship is not a visible object for the Linq to salesforce

It appears that the version currently being used is v30.0, but this standard object was created in version v37.0.

I am attempting to create records of this type in my system, however its unavailable from the meta data API because it was added in a newer version than what the api requests are going out as.

I have no F# experience, but I am attempting to figure out how hard it would be to bump the version, and support this newer sales force object.

ntregillus commented 6 years ago

I found this issue was due to the api verison of the project is set to an old version, prior to this objects creation. to get around this issue, i forked this library, updated the verison, rebuilt the plugin and nuget packages.