AccessModeWrite Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.DynamicData
public enum AccessModeWrite
Member name | Value | Description | |
---|---|---|---|
Inherit | 0 | Inherit behavior from parent table | |
All | 1 | User may write (create / update / delete) records on all org.units that are associated with the current table, i.e. potential data owners. User's organizational relation does NOT matter in this case. | |
UsersAssociatedWithDataOwner | 2 | User may write (create / update / delete) records on an organizational unit, if user is DIRECTLY related to the organizational unit in question (employing or associated) | |
UsersAssociatedWithDataOwnerOrAncestor | 3 | User may write (create / update / delete) records on an organizational unit, if user is related (employing or associated) to the organizational unit in question, or any ANCESTOR og the organizational unit. |