Hi,
We have rewards system made up of transactions that can either debit or credit the total points on a contact record. We're looking to add two fields to the transaction entity:
- Beginning Balance
- Ending Balance
So, when the transaction is created, we look at the contact's current total, set transaction beginning balance to that total and then set ending balance to contact's current total + this new transaction's points.
I can accomplish this with a workflow, but I was curious if there's a way to accomplish this with a rollup fields. I would also need to use multiple conditionals like if it's a deposit transaction, add points. If duduct transaction, remove points. Is multi branch logic possible in rollup fields? I didn't see it when in the editor.
Thank you,
Tony
*This post is locked for comments