Guides/ReportDesign/9.0-Misc-Tab.md
... ...
@@ -62,7 +62,7 @@ if(AdHocSettings.CurrentUserIsAdmin) {
62 62
else {
63 63
if(AdHocSettings.CurrentUserName == "Bob") {
64 64
AdHocSettings.CurrentUserRoles = new string[] { "Sales" };
65
- AdHocSettings.SharedWithValues = new string[] { "Bob", "Sales", "Alice", "Marketing", "Sam" }; //Bob can share reports with anyone but Mallory but cannot view reports that are not shared with "Bob" or "Sales"
65
+ AdHocSettings.SharedWithValues = new string[] { "Bob", "Sales", "Alice", "Marketing", "Sam", "PR" }; //Bob can share reports with anyone but Mallory but cannot view reports that are not shared with "Bob" or "Sales"
66 66
}
67 67
else if(AdHocSettings.CurrentUserName == "Alice") {
68 68
AdHocSettings.CurrentUserRoles = new string[] { "Sales", "Marketing" };