Loading
Salesforce now sends email only from verified domains. Read More
Insurance
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          First Notice of Loss

          First Notice of Loss

          When policyholders, brokers, or insurance reps first report a loss to an insurance carrier, they use the First Notice of Loss (FNOL) flow. Insurance carriers set up this FNOL flow by using Omniscripts. Omniscripts provide the interface that policyholders, insurance carrier brokers, or insurance reps use to file a claim. This FNOL flow starts the claims processing and supports the submission of documents to support the claim. On the backend, the flow uses the verifyPolicyCoverage API to confirm if the policyholder has an active coverage on the date of the loss. Then, it uses the createClaim API to create the initial claim record and the updateClaim API to update the claim details with additional information.

          Required Editions

          View supported editions.

          FNOL Workflow

          Each FNOL flow typically performs distinct tasks that collectively aim to create and populate a claim record. Here are the essential building blocks that most FNOL flows include:

          1. Verify Information About the Policy: This step involves retrieving relevant details about the insurance policy, such as policy number, coverage limits, and policyholder information. This makes sure that the claim is associated with the correct policy.
          2. Gather Data About the Loss: In this phase, you collect comprehensive information about the incident or loss. This includes the date, time, location, and nature of the loss, as well as any other pertinent details that describe what happened.
          3. Verify Whether the Loss is Covered: Here, you assess whether the reported loss falls within the coverage parameters of the policy. This involves checking the policy's terms and conditions to determine if the claim is valid. The flow can invoke the verifyPolicyCoverage API to verify the policy.
          4. Create the Claim Record: After the loss is verified, you create a claim record in your system. This record serves as the central repository for all information related to the claim. The flow can invoke the createClaim API to create the claim.
          5. Add More Details to the Claim: Additional information is added to the claim record to provide a complete picture. This may include details about the claimant, witnesses, and any other relevant parties involved in the incident. The flow can use the updateClaim API to add the additional information to the claim.
          6. Upload Supporting Photos and Documents: To substantiate the claim, you upload any supporting evidence, such as photos of the damage, repair estimates, police reports, and other relevant documents.
          7. Run Claim Workflow Rules: Finally, you run predefined rules and checks to make sure that the claim meets all necessary criteria and complies with regulatory and company standards. This step helps in identifying any potential issues or discrepancies early in the process. The flow calls for the Insurance Invoke Underwriting Rule in this step.
           
          Loading
          Salesforce Help | Article