You need to sign in to do that
Don't have an account?

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
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
The workbench does not yet seem to support API 31.
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