Default Scenario and DataView access control
By default, only the owner of a Scenario instance or DataView item can access it, unless the owner is specified as "*", in which case all users can access it.
When a user attempts to access a Scenario instance by using a dashboard, view, edit, and delete access are authorized if and only if one of the following is true:
The user name supplied during application-server or Data-Server login matches the Scenario-instance owner.
The Scenario instance owner is specified as "
*".
Similarly, when a user attempts to access a DataView item by using a dashboard, view access is authorized if and only if one of the following is true:
The user name supplied during application-server or Data-Server login matches the DataView-item owner.
The DataView-item owner is specified as "
*".
By default, any user can create an instance of any Scenario.
Edit, create, and delete access do not apply to DataView items, but see Send Event Authorization.