Assign Catalog Task to assignment group manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2010 07:07 AM
I am creating a new catalog task where the assignment group will be Database Administration and the "assigned to" should be the group manager of the assignment group. Is there a way dynamically make the group manager the assigned IT Rep for the task?
I saw another post that discussed something similar: Auto fill Assignment group and/or Assigned to in Catalog Task based on variables
I also tried adding the following line to the advanced script section of the catalog task: task.assigned_to = sys_user_group.manager;
Any help is appreciated.
Rick
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2011 11:14 AM
Thanks Jay. I ended up finding this little bit of code to set the Group Manager as the assigned to.
Rick