API Docs / Schemas / ConvertFormFieldWarning

ConvertFormFieldWarning

A warning about a field that could not be automatically mapped during conversion

Properties

Name Type Description
formNamestring

The name of the form containing the unmapped field

The name of the form containing the unmapped field

sectionTitlestring

The section title containing the unmapped field

The section title containing the unmapped field

questionLabelstring

The question label/prompt

The question label/prompt

originalFieldstring

The original field identifier from the source system

The original field identifier from the source system

warningTypeenum

Types of conversion warnings

UnsupportedClientField UnknownCustomField

Types of conversion warnings

UnsupportedClientField UnknownCustomField

JSON Example

{
  "formName": "string",
  "sectionTitle": "string",
  "questionLabel": "string",
  "originalField": "string",
  "warningType": "UnsupportedClientField"
}

Contained in Schemas