New Release v4.7.8 - New "Log Batch Purge" tab #332
jongpie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enhancements
This release is a fantastic community contribution from @mar-ben - it provides the ability to view data metrics & execute the batch job
LogBatchPurger
from the UI, which resolves #304 (implemented in #320).New "Log Batch Purge" tab - available via the Logger Console app, the new tab displays the new LWC
logBatchPurge
.Log__c
,LogEntry__c
andLogEntryTag__c
, with filter options for "TODAY", "THIS WEEK" and "THIS MONTH"LogBatchPurger
- any user with view access to this tab, and either delete permissions onLog__c
or the custom permissionCanExecuteLogBatchPurger
can click the button to execute the batch jobDocumentation
Finished implementing #292 by adding data classification metadata to all 560+ fields in the core package & plugin packages (implemented in #329), using the package Salesforce-Compliance-Metadata-Auditor by @Skullie1. All
*.field-meta.xml
files now have these attributes populated:businessStatus
- most fields have the valueActive
, and any deprecated fields have the valueDeprecateCandidate
complianceGroup
CCPA;GDPR;PII
None
- originally I had left these null, but having a value (None
) explicitly populated seemed more clear from the perspectives of both documentation (for subscriber orgs) and maintenance (now, all fields should have some value set)securityClassification
- all fields have the valueConfidential
. Based on the definition from this page, the valueConfidential
seemed like the most fitting option for logging data.This discussion was created from the release New "Log Batch Purge" tab.
Beta Was this translation helpful? Give feedback.
All reactions