Loading
Salesforce now sends email only from verified domains. Read More
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Schema Management Best Practices for Life Sciences Cloud

          Schema Management Best Practices for Life Sciences Cloud

          Review schema management best practices gathered by Salesforce from partners, clients, and professional services. Adopt these insights for your own implementation.

          Required Editions

          Available in: Lightning Experience
          Available in: Enterprise and Unlimited Editions with Life Sciences Cloud, Life Sciences Cloud for Customer Engagement Add-on license, and the Life Sciences Customer Engagement managed package.

          Field Types

          There are two types of fields on an object:

          • Salesforce standard fields are delivered by Salesforce.com
          • Customer custom fields are created for the customer implementation.

          API Naming Convention

          Always implement the API naming convention agreed upon at the start of the project. The convention depends on the strategy chosen by the system architect. Keep it universal by adding the organization’s prefix or suffix to differentiate between Salesforce custom fields and customer-built custom fields.

          Examples:

          • OneEducation_<client name>__c
          • License_<client name>__c

          In the description section, identify the:

          • Group that requested the field
          • ISO codes of the countries
          • Business Units
          • Integrations using the field

          Organize Fields

          Organize your fields by prefixing any unused custom field labels with “dep_[fieldname] (Dep for 'Deprecated')

          Examples:

          • dep_fax
          • dep_website

          Salesforce sorts the fields by label name. Prefixing them moves them to the bottom of the list and out of your way. This makes it easier for you to manage the environment.

          Field Limitations

          Understand the field limitations per object:

           
          Loading
          Salesforce Help | Article