I created a custom field (formula) that cannot be found when using the API to fetch all sobjects. It is also not found when using the describe sobject API call:
Salesforce API returned 400 level status code: [{'errorCode': 'NOT_FOUND', 'message': 'The requested resource does not exist'}]
3 answers
Thanks for your response. I had already checked the field-level security for this custom field and all the boxes are checked:
Hi @Christopher Henry ,
You need to check if somehow you missed field level security Click on the field and check field level security.
- From Setup, open Object Manager, and then in the Quick Find box, enter the name of the object containing the field.
- Select the object, and then click Fields & Relationships.
- Select the field you want to modify.
- Click Set Field-Level Security.
- Specify the field's access level.
- Save your changes.
https://help.salesforce.com/s/articleView?id=sf.users_fields_fls.htm&type=5