ControlTokenAutoRequestOption

If the configured condition is met, automated requests for tokens will always be added to the request list if there is currently a token being held by a different owner for that tag or that tag's parent.

For example, when set to 1 (the default) automated requests for a control token will always be added to the token request list if there is currently a token being held by a different owner for that tag or that tag's parent. If not, the request will go through and you will be granted the token directly. If set to 0, then no automated request will ever be added to the request list. For all other values of this property, the result of an automated request for a token will depend on whether the priority level of the request is greater (lower level number) than the priority level of the existing token, or less. (Other comparisons are possible.)

Requests made by the Control Token Box widget are examples of an automated requests.
Requests made using the Request button are a manual request.

Section: System

Default: ControlTokenAutoRequestOption = 1

 

Possible values:

0 Never
1 Always
2 If request level priority > token level priority
(lower number / higher priority takes precedence)
3 If request level priority >= token level priority
4 If request level priority < token level priority
5 If request level priority <= token level priority
6 If request level priority == token level priority
7 If request level priority != token level priority