Active Directory, security levels

Hello,

Is it possible to put the name of a security level in a variable, instead of hard coding in the expression builder on a components binding?

isAuthorized(false, "security level 1")

Instead I would like to:

isAuthorized(false, securityVariable)

So that when the name of the security level changes, as it does during development, we don't have to find all the bindings and change them one by one.

Thanks,
Mike

Sometimes you just gotta try stuff out.