Problem Table

nameisnani
Mega Sage

Hi Team , 

 

we have requirement that Whenever any end user while creating new problem ticket it has to be assign to ' CAB manager group ' . 

 

for this i have configured assignment rule .

nameisnani_0-1722394225301.png

nameisnani_1-1722394283755.png

 

while doing testing , the issue i am facing that , while creating new problem ticket .

Assignment is mandatory .

nameisnani_2-1722394349650.png

 

 

And Here Assignment group is configured on Task table , if i do any changes here it will effect on other table .

nameisnani_3-1722394414945.png

 

If any having any idea please help here . 

 

Or else can any one please provide OnLoad client script on problem table , when ever form loads , Assignment group should be non- mandatory .

 

please provide script , please provide configuration screenshot for better understanding .

 

Thanks ,

2 REPLIES 2

Community Alums
Not applicable

Hi @nameisnani ,

You will need to add the condition in " applies to": you can use "Active" is true

SandeepDutta_0-1722395384330.png

 

For example :

SandeepDutta_1-1722395863433.png

 

NikhilKamlekar
Tera Expert

Hi,
I have implemented this use case in my PDI, This issue is arising because of Mandatory of Assignment group that extending from TASK table. And I can Dictionary has Mandatory false for Assignment Group
1) If Assignment group is not mandatory in TASK dictionary then Assignment Rule is working fine.
Screenshots: 

NikhilKamlekar_0-1722406661550.png

 


2) If Assignment group is mandatory in Dictionary level and tried with onLoad Client script with method below is not working g_form.setMandatory('assignment_group',false);

NikhilKamlekar_1-1722407108739.png

 


3) I tried with flow designer as well it's working fine for non mandatory of assignment group and not for mandatory assignment group while creation of problem.

NikhilKamlekar_2-1722407201619.png