SitecoreAI Connector
Migrating from XP/XM Connector to SitecoreAI Connector
Recommended Migration Timeline

Recommended Migration Timeline

Use this phased timeline to reduce release risk.

Phase 1: Audit (1-2 days)

  1. Inventory all XP/XM templates and Bynder field usage.
  2. Classify each field by cardinality, media type, and rendering behavior.
  3. Mark high-risk templates (business-critical or high-traffic).

Phase 2: Model and Configure (2-5 days)

  1. Map each legacy field to a SitecoreAI Plugin target.
  2. Configure mode and assetTypes on __Standard Values.
  3. Introduce dual fields where Sitecore-native and Bynder media must coexist.

Phase 3: Component Migration (time depends on component count)

This is often the most time-consuming phase.

  1. Update rendering code to use new field names and Plugin-based data.
  2. Replace legacy format-specific parsing with parseBynderField().
  3. Implement and test dual-field fallback behavior where needed.
  4. Validate image, video, file, and link rendering paths per component.

Effort guidance (typical):

  • Small implementation (1-10 components): 2-5 days
  • Medium implementation (11-30 components): 1-3 weeks
  • Large implementation (30+ components): 3+ weeks

Actual duration depends on component complexity, shared abstractions, QA depth, and release constraints.

Phase 4: Pilot and Validate (2-5 days)

  1. Migrate a small set of representative templates first.
  2. Validate authoring in Pages and rendering in front-end components.
  3. Confirm legacy XML, JSON string, and JSON object values all parse correctly.

Phase 5: Rollout and Cleanup (1-2 sprints)

  1. Migrate remaining templates in planned batches.
  2. Monitor production rendering and authoring feedback.
  3. Remove obsolete XP/XM-only parsing logic after cutover is stable.

See Also