| | | Supreme Being
       
Group: Advanced Members Last Login: 1/21/2004 10:48:00 AM Posts: 154, Visits: 1 |
| | Build a Rule based on Prism's variable %PT_HOUR% which resolves to the current hour in military time (00-23). Use this Group to assign Tasks that should only be distributed at certain times such as non-business hours. For example, to create a Configuration Group that populates when the computer time is between 1 a.m. and 6 a.m., create the following Rule ("%PT_HOUR%" >= "01") AND ("%PT_HOUR%" < "06") |
| | | | Junior Member
       
Group: Forum Members Last Login: 1/13/2010 7:46:11 AM Posts: 23, Visits: 108 |
| | I know this is really old, but how would someone go about doing this? It seems the scripting language does not allow the use of "AND" in a statement. I would like to run a script but make sure it only runs between a specific time on a specific date. Any thoughts? |
| | | | 
Supreme Being
       
Group: Moderators Last Login: 2/12/2011 11:11:06 PM Posts: 742, Visits: 1,211 |
| | Yes, you can do that with a rule like this: (("%PT_HOUR%" >= "01") AND ("%PT_HOUR%" < "08")) AND (("%PT_Date%" = "29" ) AND ("%PT_Month%"="10") AND ("%PT_YEAR%"="2008"))
New Boundary Technologies Support support@newboundary.com |
| | | | Junior Member
       
Group: Forum Members Last Login: 1/13/2010 7:46:11 AM Posts: 23, Visits: 108 |
| | | | | 
Supreme Being
       
Group: Moderators Last Login: 2/12/2011 11:11:06 PM Posts: 742, Visits: 1,211 |
| | | | | Junior Member
       
Group: Forum Members Last Login: 1/13/2010 7:46:11 AM Posts: 23, Visits: 108 |
| | |
|
|