Claims
Purpose
With the fnol-fields advanced setting, you can determine the dynamic fields that will display on the File a Claim screen in the Agent portal when fnol-configurable-fields is enabled.
Requirements
This setting requires a JSON string that indicates which fields will appear on the File a Claim screen.
Setting default
By default, the fnol-fields Setting Value is blank, so no additional fields will display on the File a Claim screen in the Agent portal when fnol-configurable-fields is enabled.
Changing the default
To change the default, navigate to Settings > Advanced and search for fnol-fields. In the Setting Value box, type the JSON string, between the brackets, that names the fields you want to appear on the File a Claim screen. An example of a JSON string is:
{"contact":{"title":"Primary Contact","fields":[{"label":"placeholder":"", "type":"text","required":true}]}}
Adoption considerations
Display of the fields identified in the fnol-fields advanced setting depends on fnol-configurable-fields being enabled. The dynamic fields listed in fnol-fields will only display on the File a Claim screen when the fnol-configurable-fields is set to True.