Scheduled Mass Decryption related link missing in San DiegoIssue The "Scheduled Mass Decryption Job" button is missing in San Diego version on encrypted field configuration recordReleaseSan DiegoCauseThis is expected behaviour as per the isEligibleForMassDecryption() logic in UI Action 'Schedule Mass Decryption'. In below scenarios, the UI Action is returned false if (!configuration.isValidRecord() || configuration.type != 'Column')return false; if (configuration.active) return false;