Wednesday 8 July 2015

List of Indexed Field in Salesforce

     Indexed fields are used to build a SOQL queries in more efficient way. Here is the list of indexed fields in salesforce.

The following fields are indexed by default.
  1. Primary keys (Id, Name, and Owner fields)
  2. Foreign keys (lookup or master-detail relationship fields)
  3. Audit dates (such as LastModifiedDate)
  4. Custom fields that are marked as External ID or Unique

You can also find the Indexed Field from the list of field option. 




You can also checkout the usage of index fields from the below link,

No comments:

Post a Comment

Activities: Assign Tasks to a Queue Salesforce Lightning

Salesforce announced to assign Tasks to a Queue beginning from Spring'20 release. How does it work? In Setup, enter Queues in th...