Type: Integer
Availability: Read or write at run time
The userSecurityLevel property of the RootSchemaSession class contains the security level for the current user in the Web session. The default value is the user security level of the application (that is, the value of
It is your responsibility to assign a value to this property. The userSecurityLevel property is used in conjunction with the
When a form is loaded, the following rules determine the state of controls and menu items on the Web form.
If securityLevelEnabled > currentSession.userSecurityLevel for a Web control or menu item, it is automatically disabled, regardless of the value of the
If securityLevelVisible > currentSession.userSecurityLevel for a control or menu item, its
If securityLevelVisible > currentSession.userSecurityLevel for a Web form when the
Requested form form-name is not valid
You can subsequently override the values of the control or menu item enabled and visible properties.
You should set the userSecurityLevel property during the
Changing the value of
Changing the value of the