Hi,
Is it possible to create a business rule which show/hide controls based on today date?
I have a field "alert date", when this date is reached, I want to display some controls, else these controls can be hidden.
so I want a IF new_alertdate <= today then ....
is it possible?
thanks.