I have a type of master/detail module setup where the details are summarised to the master record. I have created a logic hook to update the master record whenever the details records are edited which works fine.
However, the details records are date-based and can expire over time. I have added a workflow to detect the expiries and I’d like to call the logic hook to execute the expiry logic. I’d like to do this without editing the detail record and changing the last modified dates.
Is this possible and how?
Cheers