I have two entities, Allocation and Contact. The Customers are listed in the Bottom Panel of the Allocation entity (one-to-many relationship). When I update a field in the Allocation entity, I trigger a workflow to update all related Contact records mapped to that Allocation, setting a checkbox field.
However, the process encounters issues:
However, the process encounters issues:
- It takes a long time to save, eventually timing out.
- Only some of the related records are updated, while others remain unchecked
Comment