Changes

Submit Logic

273 bytes added, 16:45, 5 February 2010
Condition Construction
3. '''Criteria''': a '''minimum of three''' level 2 items '''where the type is email''' and the '''status is closed''' (''for both items'').
'''@level2.count(*):typename='email' and statusname='closed'@>2'''
 
4. '''Criteria''': the '''submission cut-off date and time has not passed'''
now() < '@system.closedate@'
:'''Note''' you will need to create a [[System Variable]] that stores the cut-off date and time in the following format: '''yyyy-mm-dd hh:mm:ss''' (24 hour clock)
'''Additional examples''':
0
edits