ConvertFormFieldWarning
A warning about a field that could not be automatically mapped during conversion
Properties
| Name | Type | Description |
|---|---|---|
| formName | string | The name of the form containing the unmapped field |
The name of the form containing the unmapped field | ||
| sectionTitle | string | The section title containing the unmapped field |
The section title containing the unmapped field | ||
| questionLabel | string | The question label/prompt |
The question label/prompt | ||
| originalField | string | The original field identifier from the source system |
The original field identifier from the source system | ||
| warningType | enum | Types of conversion warnings |
Types of conversion warnings | ||
JSON Example
{
"formName": "string",
"sectionTitle": "string",
"questionLabel": "string",
"originalField": "string",
"warningType": "UnsupportedClientField"
}