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
Albert SuAlbert Su 

how many custom fields can I create on user object?

Best Answer chosen by Admin (Salesforce Developers) 
Jia HuJia Hu
use new Limit function,

Users -> Limits

All Answers

nanostuffsnanostuffs

Its usually mentioned at the bottom of the Custom Object details page. Goto your object and scroll down to a section called "Object Permissions"

 

For developer edition, its 500 custom fields per custom object.

BewitchedBewitched

Hi,

 

It is written on the top when you go to Users->fields. 

 

 

It says 500 custom field can be created.

 

Thanks,

Tulika

Jia HuJia Hu
use new Limit function,

Users -> Limits
This was selected as the best answer