Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an object with three boolean properties corresponding to privileges indicating if the user can create, read or update data values for a column. This function is intended for use when Field Level Security modifies a user's privileges for a particular column.
Column types supported
All
Syntax
formContext.getAttribute(arg).getUserPrivilege()
Return Value
Type: Object.
Description: The object has three boolean properties:
- canRead
- canUpdate
- canCreate