How I run a function across all the records in a module?
Hi All!
I am trying to figure it out if there is a way to apply a function across all the records in a module. It has a different number of uses cases, but, as an example, lets say that I want to make a function that checks a value in the record, and, according to it it updates a different field in the same record or elsewhere.
Or for example, if I want it to go and check a number of fields and if a condition is met, then trigger a webhook or create a task.
Is there a way?
Best regards,
J.