validate_object_naming
Check D365FO object names for compliance with extension naming, ISV prefix, type-specific suffixes, and symbol index conflicts.
Instructions
Validate a proposed D365FO object name against naming conventions: extension naming, ISV prefix, type-specific suffixes, and conflict detection against the symbol index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectType | Yes | Type of the D365FO object | |
| modelPrefix | No | Expected ISV/model prefix (2-4 uppercase letters, e.g. "WHS"). Auto-detected if omitted. | |
| proposedName | Yes | The proposed object name to validate | |
| baseObjectName | No | Required for extension types: name of the object being extended |