AA Rule advanced expression
AA Rule advanced expression
Does anyone know how to write the advanced expression within an Auto Assignment Rule that would only pull exams confirmed from 7a-5p? I don't want to have to have staff manually activate/deactivate this rule on a daily basis. Sorry in advance, I'm terrible with the advanced expressions actually working.
Re: AA Rule advanced expression
This should work:
(timeOfDay(confirmationTime) >= '07:00' AND timeOfDay(confirmationTime) <= '17:00')
(timeOfDay(confirmationTime) >= '07:00' AND timeOfDay(confirmationTime) <= '17:00')
Re: AA Rule advanced expression
Oh that rocks, thank you!
Re: AA Rule advanced expression
Pleased to be able to help!