SingleOpenMode Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.DynamicData
public enum SingleOpenMode
Member name | Value | Description | |
---|---|---|---|
NoCheck | 0 | No check - it is always possible to create more than 1 open record | |
CheckAll | 1 | Check for open records of same type within parent record - ignore data owner (OrgUnit). If there exists an open record of the same type under the given parent record, user cannot create new record. | |
CheckDataOwner | 2 | Check for open records of same type within parent record with same data owner (OrgUnit). If there exists an open record of the same type under the given parent record with a given data owner, user cannot create new record on that data owner. But it is perfectly legal to create record with different data owner. |