how to pass value from one variable to other on change of value

Anna_Servicenow
Tera Guru

I have form in scope. It also has a field activity team in scope. Now I want to pass the value in this , each time the selection changes to a global task field assignment group , so that I can use it in my reference qualifier parameter. 

How to pass the value ?

7 REPLIES 7

Shruti
Mega Sage
Mega Sage

Hi,

Try this

javascript : new ScriptIncludeName().functionName(current.variables.variable_name);

this is not working

 

Can you show what you have done? A screenshot or your reference qualifier?

-Anurag

@Anurag Tripathi reference qualifier on assigned to (task table), same is not working on scoped child task
javascript: getGroupMembersSNC(current.assignment_group)

in scoped child table we are using activity team instead of assignment group and on change of activity team it should populate related assigned to (team members). The above reference qualifier is not working with error Error Message

getGroupMembersSNC undefined, maybe missing global qualifier

Hence I am trying to pass activity team from scoped to global assignment group