Hi Bigfixers,
I’m trying to create a simple task that locks a computer for 24 hours.
i tried this:
action lock until "{now + (24 * hours)}" on "{parameter "action issue date" of action}" for client
and got the error
Command failed (Relevance substitution failed) action lock until “{now + (24 * hours)}” on “{parameter “action issue date” of action}” for client
Later i would want to create the same command with parameter for the lock duration, but i thought i would start small…
any pointers?
Thanks!