Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public static String sch = '0 0 12 1/1 12 ? 2022';
  2. global void execute(SchedulableContext SC) {
  3. deactivateUsers usrs = new deactivateUsers();
  4. String jobID = System.schedule('Deactivate Inactive Users', sch, usrs);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement