View team change Request under Team Work
Best Answers
-
Adam_Dzyacky Product Owner Contributor Monkey ✭✭✭✭✭Don't forget that when performing this customization there are two settings at play for Cireson functionality here and both will be configured in the Administration -> Settings pane of the SCSM Console.
1. Cireson - Console App Tier Mappings: You'll use this so that things like the console's My Active Work Items, Assign Analyst by Group, etc. all know how to leverage your new custom enumeration.
2. Cireson - Portal Group Mapping Settings: You'll use this so that the portal's Team Work, Assign Analyst by Group, etc. functions know how to leverage your new custom enumeration.
It sounds like you've skipped the second part, but if you haven't then it points to an issue with CacheBuilder not catching and then syncing these new values. If so, it's worth pursuing a full rebuild through CacheBuilder to force this enumeration over.
6
Answers
In the interest of giving a complete answer, there are more difficult ways to accomplish this that would not require adding the list to your CR tickets, but they only work if there is some hint in the system as to what team should see the ticket (e.g. always choose the SR Support Group the assignee belongs to, and people only ever belong to one group). Then you could use a SCORCH/SMA runbook to update the portal DB....but this requires a near-perfect aligning of your business logic and probably some stars, too.
1. Cireson - Console App Tier Mappings: You'll use this so that things like the console's My Active Work Items, Assign Analyst by Group, etc. all know how to leverage your new custom enumeration.
2. Cireson - Portal Group Mapping Settings: You'll use this so that the portal's Team Work, Assign Analyst by Group, etc. functions know how to leverage your new custom enumeration.
It sounds like you've skipped the second part, but if you haven't then it points to an issue with CacheBuilder not catching and then syncing these new values. If so, it's worth pursuing a full rebuild through CacheBuilder to force this enumeration over.
I did Cireson - Portal Group Mapping Settings
But let me check the other
this is what i added to my js file
Yup that did the trick Thank you