Target records
Reviewed records storing weekly and year-to-date target values.
Pipeline dashboards depended on target records, workbook assumptions, report filters, and divisional rollups that no longer aligned cleanly. I traced the live logic, separated actual errors from intentional business exceptions, implemented the approved corrections, and verified the final behavior in production.
An organization had pipeline reporting that looked like a dashboard problem on the surface. The real dependency chain was broader: workbook target assumptions fed Salesforce target records; those target records fed parent and child rollups; reports and filters determined actual-side scope; dashboards displayed the final values.
The safe path was to inspect live Salesforce behavior, compare it to source assumptions, identify mismatches that were actual errors, preserve exceptions that were intentional for the current year, and verify runtime behavior after approved changes.
Recreated from the original implementation with client data removed.
The reporting environment had grown around division, region, and office-level dashboards. Target values were maintained in Salesforce but were influenced by workbook assumptions and current-year business decisions.
Recreated from the original implementation with client data removed.
Several parent records looked like they should equal the sum of their children. In some places, that was true. In others, the difference represented an approved current-year exception that should not be erased during cleanup.
That meant the repair needed evidence, not just configuration. Live Salesforce was the authoritative runtime; older workbooks and notes were evidence to reconcile, not instructions to follow blindly.
Reviewed records storing weekly and year-to-date target values.
Mapped which parents should roll up and which values needed to stay manual.
Checked report definitions and runtime behavior supplying actual values.
Compared Salesforce behavior to source assumptions behind the hierarchy.
Reviewed week logic, formula outputs, and recalculation automation.
Built the package around snapshots, forward files, rollback files, and verification artifacts.
Recreated from the original implementation with client data removed.
The approved path was narrower and safer: fix the clear error, include the approved business scope change, use child-driven rollups only where the math tied out, preserve current-year manual exceptions, and leave documentation for the next admin.
I corrected the approved target-side error without changing unrelated records, week counts, or dashboard bindings. I aligned report scope where target scope changed. I promoted rollup fields, week-exclusion logic, permission support, configuration seeding, Apex automation, and layout visibility in controlled stages.
The implementation preserved approved manual exceptions while enabling clean parent-child automation where the math already tied out.
Recreated from the original implementation with client data removed.
Source reports were checked after target-scope changes.
Read-only audits compared parents against included children.
Dashboard and report behavior was verified after approved changes.
A controlled bump-and-restore proved the rollup cascade.
Closeout notes and restart guardrails were left for support.
I checked org identity before production work, captured backups and rollback files, ran targeted deploys and tests, verified runtime schema and field visibility, compared before/after values, checked week-field behavior, and used controlled bump-and-restore testing.
For reporting, I checked the report filters and runtime behavior that fed dashboard components, then documented which surfaces changed and which did not need updates.
The approved production package corrected the target and reporting scope issues that needed repair, preserved current-year business exceptions that should not have been overwritten, and left the rollup layer in a verified state.
Exact private counts are available in the evidence package, but they are intentionally withheld from this draft until approved for publication.
Recreated from the original implementation with client data removed.
Verify the org before any live query or write.
Save restore-oriented backups before changing values or configuration.
Only turn on child-driven rollups where the approved child set ties out.
Change only the records, fields, and report filters in scope.
Check parent targets, report scope, dashboard behavior, and week-field stability.
Document what changed, what stayed manual, and how to verify the next update.
The final system had strict rollup parents in some places and manual exception parents in others. I documented that posture so future maintenance would not accidentally convert a preserved current-year exception into a strict child sum.
Maintenance notes emphasized inspecting live Salesforce, simulating rollup math before config changes, verifying report filters after scope changes, and keeping rollback-ready backups.
I can help inspect the live system, separate symptoms from root causes, repair the smallest safe issue, and leave the verification trail your next admin will need.