Generating Model From Database doesn't auto generate insert methods
Posted: Fri 10 Aug 2018 00:13
My team is exploring DotConnect as a possible solution to our Salesforce Data Migration and future scripts and are testing things out to see if we can push our data to SalesForce in .Net and are getting pretty far but running into this issue which is preventing us from Inserting into SalesForce.
We are following this tutorial, https://www.devart.com/dotconnect/sales ... orial.html and everything works great up until we are ready to make an insert. The function AddToAccount and AddToContact is not auto generated on our context for us. I have manually set the OwnerId StoreGeneratedPattern fields to be Identity and after that I'm still not seeing any auto generated code for these functions. Any ideas on what to look for or what we need to change?
We are following this tutorial, https://www.devart.com/dotconnect/sales ... orial.html and everything works great up until we are ready to make an insert. The function AddToAccount and AddToContact is not auto generated on our context for us. I have manually set the OwnerId StoreGeneratedPattern fields to be Identity and after that I'm still not seeing any auto generated code for these functions. Any ideas on what to look for or what we need to change?