Use the instructions on this page to set two settings for displaying contact information during the quote process:
- show_detailed_information_about_insureds
- show-address-county,
Users can be required to select Legal Entity Type, Date Business Started, and DBA when activated.
You can use three contact fields, Legal Entity Type, Date Business Started, and DBA(Doing Business As), to improve the underwriting process for commercial insurance.
The Legal Entity Type field appears as a dropdown under the Role tab within a Contact. The Date Business Started and DBA fields appear as a textbox under the Role tab within a contact. All three fields also appear on the policy setup page. These fields appear in both Generation 2 BriteCore Services and the Policy Wizard. To activate these fields:
Method 1:
- Navigate to Settings > Modules > Contacts
- Under Active Fields in BriteCore, click the box beside Legal Entity Type, Date Business Started, and/or DBA
Method 2:
- Navigate to Settings > Advanced
- Search: active-fields
- Add `"legalEntityType": true`, `"dateBusinessStarted": true`, and/or `"doingBusinessAs": true`
If activated, these fields are optional by default. To require these fields:
- Navigate to Settings > Advanced
- Search: required-fields
- Add `"legalEntityType": true`, `"dateBusinessStarted": true`, and/or `"doingBusinessAs: true`
Legal Entity Types
The Legal Entity Type field appears as a dropdown menu. To set up the options available in this dropdown menu:
Method 1
- Navigate to Settings > Advanced
- Search: legal-entity-types
- Enter legal entity type options as JSON objects with a type attribute and a nameattribute
- Ex: [{"type":"individual","name":"Individual"},{"type":"other","name":"Trust"},{"type":"other","name":"Estate"}]
Method 2
- Navigate to Settings > Modules > Contacts
- Under Legal Entity Types, add the legal entity type options as JSON objects with a `type` attribute and a `name` attribute
- Ex: [{"type":"individual","name":"Individual"},{"type":"other","name":"Trust"},{"type":"other","name":"Estate"}]
Show Detailed Information About Insureds
The show_detailed_information_about_insureds setting allows users to display detailed information on the Policy Setup page and the Information tab for a policy, including address, FEIN Tax ID, and Legal Entity Type (if activated). To enable the setting:
- Login as Admin
- Navigate to Settings > Advanced
- Search: show_detailed_information_about_insureds
- Click True
Show Insured's County with the Address
The show-address-county setting allows users to display insureds' county with the address on the Policy Setup page. To enable the setting:
- Navigate to Settings > Advanced
- Search: show-address-county
- Click True