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
salesforcequestions123salesforcequestions123 

operator schema method

I want to get all operators equals,not equals into a picklist .Is there a schema method to get these values into picklist or do we have to hard code them into a picklist

Avidev9Avidev9
Well I fear there is no such method. You have to hardcode them :(
salesforcequestions123salesforcequestions123

Thank you for the reply

 

Actually I am trying to do custom made filter search criteia using apex and visualforce page.

 

Filter serach criteria that we find when we click on create new view

 

field name                 operator                  value                   and

 

add row

 

 

can you suggest me if there is any code snippet for doing this