Monday 21 February 2022

 Field History Tracking

  • You can select certain fields to track and display the field history in the History related list of an object. 
  • Field history data is retained for up to 18 months through your org and up to 24 months via the API. 
  • Field history tracking data doesn’t count against your Salesforce org’s data storage limits.


 Salesforce stores an object’s tracked field history in an associated object called StandardObjectNameHistory or CustomObjectName__History.

 For example:

  • AccountHistory represents the history of changes to the values of an Account record’s fields.
  • MyCustomObject__History tracks field history for the MyCustomObject__c custom object.

 General Considerations

  • Salesforce starts tracking field history from the date and time that you enable it on a field. Changes made before this date and time aren’t included and didn’t create an entry in the History related list.
  • Use Data Loader or the queryAll() API to retrieve field history that‘s 18–24 months old. 
  • The Field History Tracking timestamp is precise to a second in time. In other words, if two users update the same tracked field on the same record in the same second, both updates have the same timestamp. Salesforce can’t guarantee the commit order of these changes to the database. As a result, the display values can look out of order.

 Field Audit Trail

  • Field Audit Trail lets you define a policy to retain archived field history data up to 10 years from the time the data was archived. 
  • Field history tracking data and Field Audit Trail data don’t count against your Salesforce org’s data storage limits.
  • Field history is copied from the History-related list into the FieldHistoryArchive big object.
  •  With Field Audit Trail, you can track up to 60 fields per objectWithout it, you can track only 20 fields per object

The following fields can’t be tracked.

  • Formula, roll-up summary, or auto-number fields
  • Created By and Last Modified By
  • Expected Revenue field on opportunities
  • Master Solution Title or the Master Solution Details fields on solutions
  • Long text fields
  • Multi-select fields

 

Sunday 20 February 2022

 

Unable to see the Reset Security Token option                 

There are a few different reasons the Reset Security Token feature may not be available. 

  1. IP Restrictions in the Login IP Ranges
  2. Network Access missing from Security Controls
  3. User Profile is Corrupted
  • IP Restrictions in the Login IP Ranges

          In order for the Reset My Security Token option to appear, you will need to remove the Login IP Ranges or change the User to a profile that does not have Login IP Ranges listed.
 
  • Network Access missing from Security Controls
    System administrators can confirm if Network Access is missing by following these steps:
  1. Go to Setup
  2. On the Quick Find box, enter Network Access.
  3. If you don't see the 'Network Access' link above, the system administrator can log a Case with Support to request the following features enabled for the organization:
  4. Login Challenge Enabled
  5. Login with API Token
  • User Profile is Corrupted
         If none of the previous scenarios are true try editing the User profile that's missing the security token and save it without making any modifications. This will reset the profile and might result in the token option being available.

If the information provided does not resolve the issue open a case with Salesforce Support for assistance.