Christopher,

Unfortunately for your particular task, the "Days of the Month" and "Weekdays" 
are additive, that is if either criteria is met the Escalatio will fire.  The 
best you can do is set a flag on the target form, then have a filter test to 
see if it meets the additional criteria.

Here’s something you might try:

-Create a display-only Radio Button field called “DoIt”.

-Every Saturday have your Escalation set the “DoIt” flag to “Yes”.

-The second Saturday of the month will have a date of 8 – 14.  So you have a 
filter that runs if “’TR.DoIt’ = ”Yes” AND ($DAY$  >= 8 AND $DAY$ <= 14).  This 
filter does whatever you wanted the escalation to do.

Good luck,
Dwayne Martin
James Madison University


---- Original message ----
>Date: Tue, 3 Feb 2009 12:00:17 -0600
>From: "Pruitt, Christopher J" <christopher.pru...@eds.com>  
>Subject: Escalation question  
>To: arslist@ARSLIST.ORG
>
>   ** 
>
>   I have been trying to figure out a way to make an
>   Escalation run on the Second Saturday of every
>   month. I know you can schedule it to run at during a
>   specific Hour of the Day, or Day of the Month or
>   even a Week Day but none of these options allow you
>   to run it on a specific day of the Month where it
>   is, say a Second Saturday or Third Monday, etc.
>
>   Anyone had any success in this area of Escalation
>   scheduling?
>
>   Configuration:
>
>   AR System 7.1
>
>   Oracle 10g
>
>   Sun Solaris OS 5.9
>
>   Christopher Pruitt
>   Consultant Specialist
>   EDS, an HP Company
>   mailto: christopher.pru...@eds.com
>
>   We deliver on our commitments
>   so you can deliver on yours.
>
>   Confidentiality Notice: This message and any files
>   transmitted with it are intended for the sole use of
>   the entity or individual to whom it is addressed,
>   and may contain information that is confidential,
>   privileged, and exempt from disclosure under
>   applicable law. If you are not the intended
>   addressee for this e-mail, you are hereby notified
>   that any copying, distribution, or dissemination of
>   this e-mail is strictly prohibited. If you have
>   received this e-mail in error, please immediately
>   destroy, erase, or discard this message. Please
>   notify the sender immediately by return e-mail if
>   you have received this e-mail by mistake.
>
>   __Platinum Sponsor: RMI Solutions ARSlist: "Where
>   the Answers Are" html___

Reply via email to