Onboarding Compliance Review
Audits SuccessFactors Onboarding 2.0 processes for missing forms, country-specific compliance gaps, task assignment failures, document template drift, duplicate new-hire tasks, and handoff breaks between Recruiting, Onboarding, and EC. Produces a country-by-country readiness matrix and UAT pack.
When to Use
- Validate forms, tasks, document flows, and local compliance before new hires start.
- Client asks for an evidence-backed review in the Onboarding area
- Preparing a workshop, release gate, audit pack, or remediation plan
- Converting raw SF configuration into a client-safe recommendation
Prerequisites
- Inputs: Onboarding process config, task templates, compliance forms, country/localisation list
- Expected outputs: Compliance gap report, task coverage matrix, new-hire risk list, remediation actions
- Confirm client audience and whether output should be board-level, technical, or mixed
- Never store credentials or employee-sensitive data in the repo or final deliverable
Workflow
- Process Map - gather evidence, classify impact, and create a client-safe output.
- Form Coverage - gather evidence, classify impact, and create a client-safe output.
- Task Logic - gather evidence, classify impact, and create a client-safe output.
- Compliance Pack - gather evidence, classify impact, and create a client-safe output.
Analysis Checklist
- Confirm the configuration objects and source tenant/snapshot date
- Separate configuration evidence from assumptions
- Score findings by business impact, not just technical severity
- Group repeated findings into themes so the client gets a short action list
- Flag internal-only notes before writing the client-facing summary
- Produce remediation actions with owner, effort, dependency, and success metric
Edge Cases
- Remote hire with no office location: validate explicitly before final recommendation
- Cross-border hire moving between legal entities: validate explicitly before final recommendation
- Candidate data missing before EC hire conversion: validate explicitly before final recommendation
- Compliance form differs by province/state: validate explicitly before final recommendation
- Rehire uses old onboarding process: validate explicitly before final recommendation
- Task owner role resolves after start date: validate explicitly before final recommendation
Example Prompt
Review our Onboarding setup for compliance and task coverage gaps across all countries.
Example Output Shape
12 countries reviewed. 4 high-risk gaps: missing right-to-work task for UK remote hires, duplicate tax form in Canada, no fallback owner for equipment task, and rehire process skips policy acknowledgement. UAT pack includes 28 scenarios by country and worker type.
Common Pitfalls
- Delivering raw technical noise: Summarise by business impact and put raw details in an appendix.
- Ignoring country or legal-entity variation: Many SF issues are only defects in one population.
- Missing downstream impact: Always map the finding to payroll, compliance, reporting, integration, or user experience.
- No rollback plan: Every remediation step needs a safe fallback.
- No validation step: Re-run the relevant check after fixing config and compare before/after evidence.
Verification Checklist
1---2name: sf-onboarding-compliance-review3description: Use when you need to validate forms, tasks, document flows, and local compliance before new hires start.4license: MIT5---67# Onboarding Compliance Review89Audits SuccessFactors Onboarding 2.0 processes for missing forms, country-specific compliance gaps, task assignment failures, document template drift, duplicate new-hire tasks, and handoff breaks between Recruiting, Onboarding, and EC. Produces a country-by-country readiness matrix and UAT pack.1011## When to Use1213- Validate forms, tasks, document flows, and local compliance before new hires start.14- Client asks for an evidence-backed review in the Onboarding area15- Preparing a workshop, release gate, audit pack, or remediation plan16- Converting raw SF configuration into a client-safe recommendation1718## Prerequisites1920- Inputs: Onboarding process config, task templates, compliance forms, country/localisation list21- Expected outputs: Compliance gap report, task coverage matrix, new-hire risk list, remediation actions22- Confirm client audience and whether output should be board-level, technical, or mixed23- Never store credentials or employee-sensitive data in the repo or final deliverable2425## Workflow26271. **Process Map** - gather evidence, classify impact, and create a client-safe output.282. **Form Coverage** - gather evidence, classify impact, and create a client-safe output.293. **Task Logic** - gather evidence, classify impact, and create a client-safe output.304. **Compliance Pack** - gather evidence, classify impact, and create a client-safe output.3132## Analysis Checklist3334- Confirm the configuration objects and source tenant/snapshot date35- Separate configuration evidence from assumptions36- Score findings by business impact, not just technical severity37- Group repeated findings into themes so the client gets a short action list38- Flag internal-only notes before writing the client-facing summary39- Produce remediation actions with owner, effort, dependency, and success metric4041## Edge Cases4243- **Remote hire with no office location**: validate explicitly before final recommendation44- **Cross-border hire moving between legal entities**: validate explicitly before final recommendation45- **Candidate data missing before EC hire conversion**: validate explicitly before final recommendation46- **Compliance form differs by province/state**: validate explicitly before final recommendation47- **Rehire uses old onboarding process**: validate explicitly before final recommendation48- **Task owner role resolves after start date**: validate explicitly before final recommendation4950## Example Prompt5152> Review our Onboarding setup for compliance and task coverage gaps across all countries.5354## Example Output Shape555612 countries reviewed. 4 high-risk gaps: missing right-to-work task for UK remote hires, duplicate tax form in Canada, no fallback owner for equipment task, and rehire process skips policy acknowledgement. UAT pack includes 28 scenarios by country and worker type.5758## Common Pitfalls59601. **Delivering raw technical noise**: Summarise by business impact and put raw details in an appendix.612. **Ignoring country or legal-entity variation**: Many SF issues are only defects in one population.623. **Missing downstream impact**: Always map the finding to payroll, compliance, reporting, integration, or user experience.634. **No rollback plan**: Every remediation step needs a safe fallback.645. **No validation step**: Re-run the relevant check after fixing config and compare before/after evidence.6566## Verification Checklist6768- [ ] Source evidence captured with tenant/snapshot date69- [ ] Findings scored by severity and business impact70- [ ] Edge cases reviewed explicitly71- [ ] Remediation actions include owner, effort, dependency, and success metric72- [ ] Client-safe summary produced73- [ ] Internal-only notes separated74- [ ] Follow-up validation plan included