How to make DQL script into a job?
Hi,l I'm using Documentu 5.3, and I'm using DQL script to get all active users: SELECT * FROM dm_user WHERE r_is_group = 0 AND user_state = 0 now I want to make get acgive users monthly, so I want to make this DQL as a job and run it every month. What I need to do?