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
  1. On the CPM Server computer, start SQL Server Management Studio.
  2. Go to the Tables folder under the appropriate database folder.
  3. Open the RoleStyle table and find the Reader row.
  4. 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.
  5. 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.
  6. 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.
  7. Exit the application.
  8. Refresh the plan.