Assignment Group is not getting changed as per Record Producer

Chaisai
Kilo Expert

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.

1 ACCEPTED SOLUTION

Chaisai
Kilo Expert

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.

 

View solution in original post

5 REPLIES 5

Chaisai
Kilo Expert

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.