How do up update the value of a list collector in server side script???

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2011 05:50 AM
I have a catalog item were the user selects a list of groups. Then in the workflow I need to update that list collector then then allow the tech who is going to do the work review the items that are selected and then either select more items or remove items. The issue I am having is that in the workflow I update the selections that the user made but it does not save them.
I have tried the following methods of updating the value of the list collector to no avail.
current.variables.removeuser = removeListArray;
current.variables.removeuser.setValue(removeListArray);
current.variables.removeuser = removeListString;
current.variables.removeuser.setValue(removeListString);
Does anyone know how you can do this?
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2011 07:44 AM
Yep, just realized that my self... I hate obvious errors, they are so hard to find.