Controlling the creation of fields is necessary to avoid adding unnecessary new fields in Salesforce. Without appropriate field-creation governance, there is a risk of producing an application with a complex data structure that provides a poor user experience.
This issue can often be observed due to the ease of creating new custom fields. However, here are some other causes:
- Configuring spontaneous responses to end user field-creation requests without gathering full requirements
- Lack of specification or understanding of reporting requirements for field usage
- Creation of fields that are too specific for common uses, thus driving the need to create more fields
- Lack of knowledge or awareness of existing fields that could be used rather than creating new ones
As the number of unnecessary fields increases, users will find it even more difficult to enter the...