Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Scheduled Job

atishaytoma
Tera Contributor
 if (reminderTime == '15 minutes') {
            reminderDateTime.addMinutes(-15);
        } else if (reminderTime == '30 minutes') {
            reminderDateTime.addMinutes(-30);
        } else if (reminderTime == '1 hour') {
            reminderDateTime.addMinutes(-60);
        }
       
how is this block of code exactly working. 
0 REPLIES 0