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
JaanuJaanu 

how to find required fields in a given object ?

In which screen, I will be able to find all the required fields for a given object in salesforce pls ?
Alain CabonAlain Cabon
Hi,

Use the workbench   https://workbench.developerforce.com/describe.php

info > Standard & Custom Objects

Expand All:

defaultedOnCreate: false + nillable: false => required field

User-added image



User-added image
 
Arvind_SinghArvind_Singh
Another way to check required field is : 
Look for Field Accessibility under Security Controls
Pick an Object > View by Profile > Pick a Profile
Required Fields display in Red
Santosh Bompally 8Santosh Bompally 8
use  https://schemalister.herokuapp.com/ by https://cloudtoolkit.co/, This gives you list of all required fields.