GetSpecPrivs Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetSpecsPrivs() method retrieves one or more specification privileges for all the users.
Parameters
- userId
Optional. Holds the ID of the user.
Return Value
Returns the records containing specification privileges for all users, optionally filtered by the specified user.
|
ColumnName |
Description |
|---|---|
|
user_id |
A string that is the ID of the user, from User_Name table. |
|
user_desc |
A string that is the user description, from User_Name table. |
|
priv_id_may_edit_spec |
An integer that is the ID of the privilege that can edit the specification. |
|
may_edit_specs |
An integer that is the value that identifies whether the specification can be edited or not. |
|
priv_id_may_edit_spec_value |
An integer that is the value that identifies the privilege ID that can edit the specification value. |
|
may_edit_spec_value |
An integer that is the value that identifies whether specification value can be edited or not. |
|
priv_id_spec_access_level |
An integer that is the value that identifies the privilege ID that can edit the specification access level. |
|
spec_access_level |
An integer that is the value that identifies the specification access level. |
|
priv_id_may_edit_min_max_spec |
An integer the privilege ID that can edit the minimum and maximum value of the specification. |
|
may_edit_min_max_spec |
An integer that is the value that identifies whether minimum and maximum values can be edited. |