How to programmatically set tags to recent entities?
Hello, I want to tag with "Recent tag" the last modified entities I have used
How to do this using a script?
What I was thinking is
query all entities and if they have been used inside a date range, then execute a service to tag them
Please share some sample code to accomplish this task.
