pcon / SalesforceApps

A collection of apps written for the Salesforce platform
GNU General Public License v2.0
36 stars 12 forks source link

Designate Required fields #1

Open amber9904 opened 9 years ago

amber9904 commented 9 years ago

As a user I can see which fields are required for creation of a new record so that I can better understand my metadata & data.

pcon commented 7 years ago

Looking at this, the best I can tell from the describe metadata is if the field is nillable There are some system fields that this would give a false positive for (such as Id, CreatedDate, IsDeleted). Would including those in a "required" filter provide enough for you?