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

SOQL For live accounts
Think my Google skills have failed today!
I'm trying to write a C# app to access the Rest API and I have the following SOQL, It gives me all accounts as expected.
Now I want only live accounts, however, the following isn't working, am I missing something?
Cheers for any assistance!
I'm trying to write a C# app to access the Rest API and I have the following SOQL, It gives me all accounts as expected.
SELECT id FROM Account
Now I want only live accounts, however, the following isn't working, am I missing something?
SELECT id FROM Account WHERE Status = 'Live'
Cheers for any assistance!
Greetings to you!
It seems to me that Status is a custom field. Please use __c with Status.
Try this:
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Thanks and Regards,
Khan Anas
All Answers
Greetings to you!
It seems to me that Status is a custom field. Please use __c with Status.
Try this:
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Thanks and Regards,
Khan Anas
If any body interested in stock marketing or share marketing (https://www.connectmoney.in/calculator/zerodha-margin-calculator/121/" target="_blank) then he can get a lot of information from here.
Thanks