Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Can i set SOQL order by values in custom settings or somewhere in my org...where admin can change it?rather than in my apex class??
Hi Ramesh,
Custom Settings are available in the Admin console, to create or edit a custom setting:
Read more to know more:
https://help.salesforce.com/apex/HTViewHelpDoc?id=cs_define.htm&language=en_US
I think you need to use Dynamic SOQL.
Hi Ramesh,
Custom Settings are available in the Admin console, to create or edit a custom setting:
Read more to know more:
https://help.salesforce.com/apex/HTViewHelpDoc?id=cs_define.htm&language=en_US
Like..select id from case where condition and orderby 'my custom setting should be called here'
How can i get this?
I think you need to use Dynamic SOQL.