...
Is something like this possible in Beanshell Permission and how would I do it?:
Code Block |
---|
if(today > deadline){ return false; }else{ return true; } |
...
...
Is something like this possible in Beanshell Permission and how would I do it?:
Code Block |
---|
if(today > deadline){ return false; }else{ return true; } |
...