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

How can I make the SOQL return the "response"?
I'm a newbie.
I have a custom object "transaction__c" and looking in the workbench I have many fields, but doens't show the field "response_c"

but in the object have him

With this I made a query:
SELECT Response__c, name FROM Transaction__c where name ='test';
I execute the query and the return is

Thanks.
I have a custom object "transaction__c" and looking in the workbench I have many fields, but doens't show the field "response_c"
but in the object have him
With this I made a query:
SELECT Response__c, name FROM Transaction__c where name ='test';
I execute the query and the return is
Thanks.
All Answers
You mention the custom object is called "transaction__c", but in the query it's "ServiceTransaction__c".
withou the field "response__c"