----|------------| | Account (HCP) | Account (PersonAccount) + HealthcareProvider | | Account (HCO) | Account (Business Account) | | Address_vod__c | ContactPointAddress | | Affiliation_vod__c | ProviderAffiliation | | Territory2 | Territory2 (same) | | Call2_vod__c | Visit + ProviderVisit | | Call2_Detail_vod__c | ProviderVisitProdDetailing | | Sample_Transaction_vod__c | InventoryOperation + ProductDisbursement | | Product_vod__c | Product2 + LifeSciMarketableProduct |
Scanned 9/19/2026
Install to Claude Code
npx -y skills add SalesforceLabs/afls-for-claude --skill afls-data-migration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Afls Data Migration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/salesforcelabs-afls-data-migration)More formats (shields.io, HTML) on the badges page.
------
For data migration guidance, call `search_afls_knowledge({ query: "data migration" })` to get sourced documentation.
-------|------------|
| Account (HCP) | Account (PersonAccount) + HealthcareProvider |
| Account (HCO) | Account (Business Account) |
| Address_vod__c | ContactPointAddress |
| Affiliation_vod__c | ProviderAffiliation |
| Territory2 | Territory2 (same) |
| Call2_vod__c | Visit + ProviderVisit |
| Call2_Detail_vod__c | ProviderVisitProdDetailing |
| Sample_Transaction_vod__c | InventoryOperation + ProductDisbursement |
| Product_vod__c | Product2 + LifeSciMarketableProduct |
## Tools to Use
- `bulk_create_records` — Load multiple records at once
- `bulk_update_records` — Update existing records in bulk
- `run_soql` — Query existing data for validation
- `describe_sobject` — Check field names and types before loading
- `run_apex` — Run batch jobs or data fix scripts
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!