- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2020 03:24 AM
What I thought was job should run every week and send mail.
There are 2 UI action which should run
I am looking for script in Job which can hit/click these 2 links
May be 2 different job which pick CAB meeting record for current week and click 2 links
1)Refresh Agenda items- once we click on this , decision box like this come lets say if I press No every time
2)Send meeting request to attendees- next when this link is clicked- Another decision box- where I say send all.
Solved! Go to Solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 04:47 AM
while(gr.next()){
var notifiedAttendeesCount = .....................;
..................
}
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 04:13 AM
Glad It works! Happy Coding.
Kindly mark the appropriate response accepted and helpful so that others can be benefited by this and this thread can be closed as solved.
Thanks & Regards,
Sharjeel
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 04:47 AM
while(gr.next()){
var notifiedAttendeesCount = .....................;
..................
}
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020 11:13 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2020 01:10 AM
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2020 01:47 AM
Hello,
Issue was with encoded query, i changed to - gr.addEncodedQuery("active=true^startONThis week@javascript:gs.beginningOfThisWeek()@javascript:gs.endOfThisWeek()");
Seeems Working , testing in progress