dataverse_validate_formxml
Validate FormXml strings against structural XSD rules to ensure compliance before saving forms, or verify the current live form's structure. Returns validation status and error details.
Instructions
Validate FormXml against structural rules derived from the FormXml XSD.
Two modes: pass formxml to validate a string directly (dry-run before dataverse_set_formxml), or omit formxml to fetch and validate the live form. Returns valid=true + control list, or valid=false + full error list. All write tools run this validation automatically before every PATCH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |