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
          How the Process Commission Flow Works

          How the Process Commission Flow Works

          The Process Commission flow processes producer commissions by identifying the insurance policy, computing and creating producer commission records, and updating the status of the associated commission statement line item.

          Required Editions

          Available in: Lightning Experience
          Available in: Professional, Enterprise, and Unlimited Editions where Financial Service Cloud and Insurance Brokerage are enabled

          Find Insurance Policy

          The process starts when the flow calls the Find Insurance Policy invocable action. The action finds the insurance policy associated with a commission statement line item that matches the specified criteria, and updates the commission statement line item record with the Policy ID.

          The default value for matching criteria is shipped out of the box with the flow, and you can customize it according to your requirement.

          InsurancePolicyNumber:PolicyName AND
          InsurancePolicyEffectiveDate:EffectiveFromDate AND
          LineOfCoverage:LineOfCoverage AND
          ClientAccountName:NameInsured.Name
          

          If the insurance policy isn’t found, then the status of the associated commission statement line item is set to a status that was mapped with the Failure system status of commission statement line item.

          Compute Producer Splits

          The flow then calls the Compute Producer Split invocable action. The action begins with the retrieval of the active producer split assignment from the policy.

          Note
          Note A producer split assignment is considered active if the Apply to Date field in the commission statement line item falls between the effective date and end date of the producer split assignment.

          The producer split arrangement is fetched from the producer split assignment. The system maps the split type of producer split arrangement line item with the commission type of the commission statement line item to determine the producer split arrangement model, and then processes the commission accordingly.

          Line item type what the flow does
          Explicit Calculates producer commission by using the split percentage defined for each producer.
          Role-based Identifies producers assigned to the policy for each role and calculates producer commission by using the split percentage defined for each producer role. If the producer is identified as a team, then the flow initiates the team-based producer computation.
          Team-based Identifies team members and their associated split percentages and calculates producer commission based on the split percentages defined for the producer role and team members.
          Subsequent If the subsequent arrangement field is populated with a different split arrangement, the process continues to call the next producer split arrangement until all the split arrangement line items are resolved to either an explicit or role-based split record.
          Book of Business Split Type If the system finds a mapping between the commission type of commission statement line item and Broker Revenue Split Arrangement type, then the Producer Allocation Amountfield in the Producer Commission is populated with the Book of Business revenue credit after processing the commission.
          Note
          Note The commission split arrangement sometimes contains line items for more than one type of commission, such as commission and bonus. In such a scenario, processing takes place for commission and bonus against the respective commission statement line items.

          If the system can’t determine the producer split assignment, the commission statement line item status is set to a status that was mapped with the Failure system status of commission statement line item.

          Create Producer Commissions

          Finally, the Create Producer Commissions invocable action creates records for the commissions that producers receive for the insurance policy associated with the specified commission statement line item, and updates the status of the commission statement line item record.

           
          Loading
          Salesforce Help | Article