Allowing readers to add comments
You can allow
readers to add comments by editing the RoleStyle table. The table contains rows
for each role:
- Administrator
- Planner
- Supplier
- Reader
- On the CPM Server computer, start SQL Server Management Studio.
- Go to the Tables folder under the appropriate database folder.
- Open the RoleStyle table and find the Reader row.
- The AddEditDiscussion column controls whether a role can add and edit comments. Change the setting to 1 (Yes) to let the role add and edit comments. A value of 0 (No) prevents the role from adding a comment.
- The DeleteDiscussion column controls allowing a role to delete comments. Change the setting to 1 to let a the role delete their own comments. A value of 0 (No) prevents them from deleting comments.
- The DeleteNotAuthor column controls allowing a role to add and delete comments made by other users. Change the setting to 1 (Yes) to let the role delete comments made by other users. A value of 0 (No) prevents them from deleting comments made by other users.
- Exit the application.
- Refresh the plan.