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
Brian Shor 6Brian Shor 6 

SOQL statement to access new standard Contract lookup from Opportunity (in workbench)

Hello,

Although this is available in the UI, is the field name not available for use in a SOQL statement yet, or am I just missing something simple? 

Here's what I'm trying in the workbench without any luck:
SELECT ContractId FROM Opportunity

Thank you,
Brian
kibitzerkibitzer
The workbench does not yet seem to support API 31.
Avidev9Avidev9
I think klbitzer is right. Well if you are trying to do SOQL you can test the same using Developer Console. Dev Console has a Query Editor which you can use to query , update, delete etc