My Stuff
Comments
-
If I were you, I'd stay away from REST APIs. They are incomplete, buggy and beta - so no bugs will get fixed within any reasonable timeframe. Stick with SOAP. If you struggle hard, you'll get most things working with SOAP. Basic things do not work ( it does not understand timezones, the meta data catalog categorizes every…
-
Thanks, yes. attach/detach works well. But is it possible to list all contacts and roles attached to an opportunity via SOAP API? The join API does not return the contact role
-
Thank you! Can this be done with SOAP? I can use the OpportunityJoin to get the Contacts associated with the opportunity, but not their roles (Primary Contact etc). How do I go about doing that?