SimpleFormElementSecurity (Component)
The SimpleFormsSecurity object manages the permissions that a user or group has for a simple form. It does this by creating security records that explicitly name the permissions that a user or group has. You can also remove permissions by deleting a security record. Other methods provide information on these permissions.
Methods marked below with [L] may be logged at the site level (if transaction logging is licensed and enabled by the administrator)
Customization is not supported for this component.
Methods:
delete [L] | Deletes a simple form security record from a user or group. |
deleteMultiple | Deletes a simple form security record from the specified users and groups. |
getAvailable | Returns one or more structures, each containing information about simple form security permissions for a user or group; for example, the permission's name, description, and which permissions are implicitly enabled or disabled. |
getList | Returns the security permissions for a user or group. If you do not specify a user or group, CommonSpot returns the permissions for all users and groups. The permissions returned are based on the specified simple form. |
getUserRights | Returns zero or more structure, each containing information about the current user's simple form security permissions. These permissions include permissions inherited from groups for which this user is a member. An empty string indicates that the user has no rights for this field. |
hasGivenRight | Returns a Boolean flag which when set to true indicates that the current user has the specified permission for a simple form. |
save [L] | Saves a simple form's security permissions for a user or group. |