- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2018 11:43 AM
For a Scoped Application and Table in it i have created a Record producer and once the task gets created from the Record Producer it will be assigned to some group for this i have used in the script section of record producer
current.assignment_group = gs.getProperty('assignmentGroup.Example');
while this worked perfectly and as required in the DEV instance , when i moved entire record producer and export and imported Group to the UAT , for some reason it is not getting assigned as per the property and getting assigned to different group. I have checked the sys id s of groups in both instance and what not but could not figure out what is happening. Any help in this is much appreciated! Thanks.
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 10:31 AM
Hi Everyone,
Thanks for your precious time and replies.
In my case there was both a business rule and workflow running on the Custome Table and changing the assignment group. Obviously i could not put set workflow to false to use. So i have tried with a before business rule and after tweaking a little bit with the order of the business rule i have achieved the functionality and this whole issue was because of the configuration differences between UAT and development instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 10:31 AM
Hi Everyone,
Thanks for your precious time and replies.
In my case there was both a business rule and workflow running on the Custome Table and changing the assignment group. Obviously i could not put set workflow to false to use. So i have tried with a before business rule and after tweaking a little bit with the order of the business rule i have achieved the functionality and this whole issue was because of the configuration differences between UAT and development instances.