Skip to content
Recued
Menu
← Back to recipes

Commission Splits Validator

by recued-core v1

Validates commission splits against total amount, signature status, and role documentation for real estate deals.

How it works 11 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Data fetch
deal ?
Process (10 steps)
splits_sum reduce
Reduce with sum
sum_difference math
Calculate: {{step.deal.result.properties.commission_total}} - {{step.splits_sum}}
abs_diff math
Calculate: abs({{step.sum_difference}})
is_missing compare
Check if sum difference is greater than 0
discrepancy_word switch
Map is missing to one of: true, false
discrepancy_text template
Generate text from a template
unsigned_splits filter
Filter by condition
splits_missing_role filter
Filter by condition
splits_table to_table
Format results as a data table
commission_checklist to_checklist
Format results as an actionable checklist
Settings 1 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

hubspot setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

About

Tags

hubspot real estatecommissiondealvalidationcompliance

Details

11 steps 1 configurable settings recipe_id: validate-commission-splits-hubspot