My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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?