tagViewSecurityEnum
Indicates the functionality the user is permitted to access on the view. A security permission can be a combination of multiple defined values.
|
Name |
Value |
Description |
|
VIEW_SEC_ADD |
1 |
New records can be added. |
|
VIEW_SEC_MODIFY |
2 |
Existing records can be changed. |
|
VIEW_SEC_DELETE |
4 |
Records can be deleted. |
|
VIEW_SEC_INQUIRE |
8 |
Records can be read. |
|
VIEW_SEC_POST |
16 |
Records can be posted. |