Practical Migration Checklist
Content Architect Checklist
- Audit XP/XM templates and DAM field usage.
- Map each field to a SitecoreAI Plugin target (mode + assetTypes).
- Choose pre-delivered base templates or custom Plugin fields.
- Configure
__Standard Valuesfor each migrated field. - Validate authoring flows in Pages (single, multi, and filtered selection cases).
Developer Checklist
- Replace format-specific parsing with
parseBynderField(). - Update renderers/components to support new field names and target modes.
- Define fallback behavior for dual-field (Sitecore + Bynder) models.
- Regression-test key templates and components with real content.
- Remove obsolete XP/XM-only parsing helpers once migration is complete.
Common Pitfalls
- Treating old XP/XM field types as direct one-to-one UI controls in SitecoreAI.
- Forgetting to set mode/assetTypes on standard values for custom Plugin fields.
- Assuming all existing values are JSON objects (legacy XML-wrapped values may still exist).
- Using one field when business rules require both Sitecore-native and Bynder-managed asset selection.