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
Luke Vang 52Luke Vang 52 

CustomField object tooling api question

Hi,

I'm using the tooling api to query the CustomField object. It looks like the return result is not returning all the custom fields in my org, even though I am running as a system admin and all fields have been configured so they are visible. They only appear from the query, if I explicity add the table the custom field is in, in the where clause.

Anyone know why some custom fields only show in the table from the CustomField object query,  if I explcitily define the table it's associated too?