You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/domain-model/entities/access-rules.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The **System.User** entity has inbuilt access rules where access is given to its
31
31
## Defining Access Rules
32
32
33
33
{{% alert color="info" %}}
34
-
A new entity access rule editor was released in Studio Pro version 10.6.0, as a [beta](/releasenotes/beta-features/). This will be made generally available in Studio Pro version 10.19.0. You can enable this new editor in the [Preferences Dialog](/refguide/preferences-dialog/#new-features).
34
+
A new entity access rule editor was released in Studio Pro version 10.6.0, as a [beta](/releasenotes/beta-features/). This will be made generally available in Studio Pro version 10.20.0. You can enable this new editor in the [Preferences Dialog](/refguide/preferences-dialog/#new-features).
35
35
36
36
For guidance on using the new editor, see [Defining Access Rules Using the New Editor](#new-editor), below.
37
37
{{% /alert %}}
@@ -199,7 +199,7 @@ Non-persistable objects cannot have XPath constraints.
199
199
## Defining Access Rules Using the New Editor {#new-editor}
200
200
201
201
{{% alert color="warning" %}}
202
-
The new access rule editor was introduced in Studio Pro version 10.6.0 as a beta and will be made generally available in Studio Pro version 10.19.0. For more information on beta features, see [Beta Releases](/releasenotes/beta-features/).
202
+
The new access rule editor was introduced in Studio Pro version 10.6.0 as a beta and will be made generally available in Studio Pro version 10.20.0. For more information on beta features, see [Beta Releases](/releasenotes/beta-features/).
203
203
{{% /alert %}}
204
204
205
205
{{% alert color="info" %}}
@@ -297,6 +297,10 @@ XPath constraints are not applied to create operations, meaning that if you enab
297
297
298
298
XPath constraints are applied to delete operations, unlike create operations.
299
299
300
+
#### Default member access
301
+
302
+
Specifies the rights which are applied to new attributes or associations of this entity. This option was absent from the new Access Rule Editor before version 10.19 where the rights always defaulted to no access for any module roles.
303
+
300
304
#### Attribute and Association Rights
301
305
302
306
Access to the members can be set using the toggles in the column next to the member description.
@@ -307,8 +311,6 @@ You can also click **Read** or **Write** in the **Set all to** footer to enable
307
311
You cannot set *Write* access to attributes which are calculated. This includes both attributes where the attribute value is set to **Calculated** and attributes of type *Autonumber*.
308
312
{{% /alert %}}
309
313
310
-
Attributes and associations which are added to an entity in the domain model will default to allowing no access to any module roles. This improves security by forcing you to choose who can access any new information which is added to the domain model and is a change from the old editor where you could set default rights for new members (described in [Member Read and Write Rights Section](#member-access), above).
311
-
312
314
See [Attribute Changes and Security Constraints](#attribute-changes), above, for important considerations about giving access to attributes.
0 commit comments