Business Rule split logic recalculating incorrectly on insert and update
Hi,I have two Business Rules — one for Insert and another for Update — that handle splitting values across multiple related records.The issue is as follows:When I insert the first record, the split works correctly.When I insert the second record, the...