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
CJDEVCONPROCJDEVCONPRO 

Custom Field in query

I have added a custom field. It is a text field. Am I able to search on this field?
SkowronekSkowronek
If you pull down the enterprise WSDL you can look it up. Else, just add __c to the end of the custom field name in the system.
CJDEVCONPROCJDEVCONPRO

So it would look like this?

 

getFieldValue("Name", account.Any) & " " & getFieldValue("Hunt_Group_c", account.Any))