Info | ||||
---|---|---|---|---|
The objectactions was introduced in
When the domain "objectactions" is not activated then the system uses "objectdata" rules to decide if the buttons “create” / “delete” / “order” will be shown to the user. |
The domain "objectactions" is there to replace complement the domain "objectdata" only when the question is about a future action on the object.
When the domain "objectactions" is not activated then the system uses "objectdata" to answer the future questions.
As soon as it is activated then it is used for future questions and "objectdata" for savinginstance does not exist yet, or the action is not run yet. This is oriented to showing or not the UI buttons that lead to the future actions.
For example, to decide if the user will have a “new” button the “objectactions/create” rules will be run.
When the user actually save the new instance, the “objectdata/insert” rules will be run.
For example, to decide if the button “bulk update” will be shown to the user, the “objectactions/multiupdate” will be run.
When the user execute the bulk actions, the system check against the “objectdata/update” rules before actually updating the data.
In this domain, the new security rules available are :
...