function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MAngrisanoMAngrisano 

Accessing the Current Opportunity Object

I'm just starting out with this API, so forgive me if my question doesn't even make sense.
 
How do I access the "current" Opportunity object. I assume that I could do a retrieve command passing in the current Opportunity_ID, but I was wondering if there was already a handle to that object available.
 
Thanks
tyshocktyshock

If you just have the 'id' as a merge field from a custom link, then you will need to retrieve it via a soql query.