varovas
Do something with record after save
Hi, somehow I did not find a solution for doing something with a record after it was created/updated.
Use case: I want to place a checkbox to a resource form. Then when record was created or updated, I want to check if that checkbox was checked and if it was, I want to create a job operation.
Example:
4 replies
Eager loaded relationships filter
Hi, does anyone know how make a filter that would filter record's relationships. What I basically need is I want to display all users, but be able to filter how many posts have they posted between 2 dates. Below you can see the code I tries, but somehow it does not work. Or maybe it is not possible that way?
14 replies