Position to Job Info Alignment Audit
Compares Position Management fields against employee JobInfo values to find misalignment in department, division, cost centre, location, job classification, manager, FTE, and custom attributes. Identifies whether drift is caused by missing propagation rules, manual overrides, inactive positions, future-dated changes, or reorganisation timing. Produces a safe correction plan grouped by business impact.
When to Use
- Find where Position attributes and employee JobInfo have drifted apart.
- Client needs a practical review in the Data Integrity area
- Preparing a release, audit, workshop, UAT pack, or remediation plan
- Translating SF configuration risk into business language
Prerequisites
- Inputs: Position data, JobInfo data, propagation rules, sync settings, effective-dated snapshots
- Expected outputs: Alignment score, mismatch report, propagation rule gaps, safe correction plan
- Confirm tenant/snapshot date and audience before analysis
- Do not store credentials, employee-sensitive data, or tenant exports in the repo
Workflow
- Extract - gather evidence, assess impact, and produce the client-safe artefact.
- Compare - gather evidence, assess impact, and produce the client-safe artefact.
- Root Cause - gather evidence, assess impact, and produce the client-safe artefact.
- Correction Plan - gather evidence, assess impact, and produce the client-safe artefact.
Analysis Checklist
- Capture configuration evidence and source date
- Separate expected variation from defects
- Link every finding to business impact: payroll, compliance, hiring, reporting, integration, or employee experience
- Group repeated findings into themes
- Produce remediation actions with owner, effort, dependency, and validation step
- Flag internal-only observations separately from client-ready narrative
Edge Cases
- Manual override intentionally differs from position: validate explicitly and decide whether it is expected design or defect
- Future-dated position change not yet reflected in JobInfo: validate explicitly and decide whether it is expected design or defect
- Shared position with multiple incumbents: validate explicitly and decide whether it is expected design or defect
- Vacant position changed before hire assigned: validate explicitly and decide whether it is expected design or defect
- Country-specific propagation exceptions: validate explicitly and decide whether it is expected design or defect
- Matrix manager differs from position manager: validate explicitly and decide whether it is expected design or defect
Example Prompt
Compare Position and JobInfo data and show where attributes are misaligned or propagation rules are missing.
Example Output Shape
Alignment score: 81/100. 264 mismatches found: 112 cost centre, 79 department, 41 location, 32 manager. Top risk: 47 employees in Finance have JobInfo cost centres that differ from their positions after reorg, causing finance reporting leakage. Fix plan groups mismatches by propagation rule gap.
Common Pitfalls
- Treating all mismatches as defects: Some differences are intentional by country, worker type, or process design.
- Ignoring effective dates: Many SF issues only appear when future-dated and retroactive changes are included.
- Missing downstream systems: Check payroll, onboarding, reporting, integrations, and approvals before recommending a fix.
- No owner or success metric: A finding without owner, effort, and validation is not actionable.
- Using technical language with business stakeholders: Translate every issue into risk, cost, time, or compliance impact.
Verification Checklist
1---2name: sf-position-jobinfo-alignment-audit3description: Use when you need to find where position attributes and employee jobinfo have drifted apart.4license: MIT5---67# Position to Job Info Alignment Audit89Compares Position Management fields against employee JobInfo values to find misalignment in department, division, cost centre, location, job classification, manager, FTE, and custom attributes. Identifies whether drift is caused by missing propagation rules, manual overrides, inactive positions, future-dated changes, or reorganisation timing. Produces a safe correction plan grouped by business impact.1011## When to Use1213- Find where Position attributes and employee JobInfo have drifted apart.14- Client needs a practical review in the Data Integrity area15- Preparing a release, audit, workshop, UAT pack, or remediation plan16- Translating SF configuration risk into business language1718## Prerequisites1920- Inputs: Position data, JobInfo data, propagation rules, sync settings, effective-dated snapshots21- Expected outputs: Alignment score, mismatch report, propagation rule gaps, safe correction plan22- Confirm tenant/snapshot date and audience before analysis23- Do not store credentials, employee-sensitive data, or tenant exports in the repo2425## Workflow26271. **Extract** - gather evidence, assess impact, and produce the client-safe artefact.282. **Compare** - gather evidence, assess impact, and produce the client-safe artefact.293. **Root Cause** - gather evidence, assess impact, and produce the client-safe artefact.304. **Correction Plan** - gather evidence, assess impact, and produce the client-safe artefact.3132## Analysis Checklist3334- Capture configuration evidence and source date35- Separate expected variation from defects36- Link every finding to business impact: payroll, compliance, hiring, reporting, integration, or employee experience37- Group repeated findings into themes38- Produce remediation actions with owner, effort, dependency, and validation step39- Flag internal-only observations separately from client-ready narrative4041## Edge Cases4243- **Manual override intentionally differs from position**: validate explicitly and decide whether it is expected design or defect44- **Future-dated position change not yet reflected in JobInfo**: validate explicitly and decide whether it is expected design or defect45- **Shared position with multiple incumbents**: validate explicitly and decide whether it is expected design or defect46- **Vacant position changed before hire assigned**: validate explicitly and decide whether it is expected design or defect47- **Country-specific propagation exceptions**: validate explicitly and decide whether it is expected design or defect48- **Matrix manager differs from position manager**: validate explicitly and decide whether it is expected design or defect4950## Example Prompt5152> Compare Position and JobInfo data and show where attributes are misaligned or propagation rules are missing.5354## Example Output Shape5556Alignment score: 81/100. 264 mismatches found: 112 cost centre, 79 department, 41 location, 32 manager. Top risk: 47 employees in Finance have JobInfo cost centres that differ from their positions after reorg, causing finance reporting leakage. Fix plan groups mismatches by propagation rule gap.5758## Common Pitfalls59601. **Treating all mismatches as defects**: Some differences are intentional by country, worker type, or process design.612. **Ignoring effective dates**: Many SF issues only appear when future-dated and retroactive changes are included.623. **Missing downstream systems**: Check payroll, onboarding, reporting, integrations, and approvals before recommending a fix.634. **No owner or success metric**: A finding without owner, effort, and validation is not actionable.645. **Using technical language with business stakeholders**: Translate every issue into risk, cost, time, or compliance impact.6566## Verification Checklist6768- [ ] Source evidence and snapshot date captured69- [ ] Edge cases reviewed explicitly70- [ ] Findings scored by severity and business impact71- [ ] Remediation plan includes owner, effort, dependency, and validation step72- [ ] Client-safe summary produced73- [ ] Internal-only notes separated74- [ ] UAT or follow-up validation pack included