RE: How to run agent every 3rd day of week Aditi Gupta 8.Aug.12 11:07 AM a Web browser Applications Development All ReleasesAll Platforms
hiii.. i can't set day by tiger of agent schedule. coz i have to run agent on third day.Means i have to schudle agent daily then in code i will calculate third day . For example according to calculation agent will run on 3 day (Tuesday if sunday is first day) then form Tuesday i have to calculate again next 3rd day. it will be Friday.
I am using something like this
if weekday(Today)=3 or weekday(today)=6 then
agent run
else not run
end if
and Agent schedule daily.
I need suggestion i am doing correct or not or give some other suggestion .
Thanks in advance.