d365fo_start_sync
Start metadata synchronization in Dynamics 365 Finance & Operations to download and cache entities, schemas, enumerations, and labels for AI workflows.
Instructions
Start a metadata synchronization session and return a session ID for tracking progress.
This downloads and caches metadata from D365 F&O including entities, schemas, enumerations, and labels.
Args: strategy: Sync strategy to use. 'full' downloads all metadata, 'entities_only' downloads just entities for quick refresh, 'labels_only' downloads only labels, 'full_without_labels' downloads all metadata except labels, 'sharing_mode' copies from compatible versions, 'incremental' updates only changes (fallback to full). global_version_id: Specific global version ID to sync. If not provided, will detect current version automatically. profile: Configuration profile to use (optional - uses default profile if not specified)
Returns: Dictionary with sync session details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | No | full_without_labels | |
| global_version_id | No | ||
| profile | No | default |