how to pass value from one variable to other on change of value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 02:07 AM
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 02:27 AM
Hi,
Try this
javascript : new ScriptIncludeName().functionName(current.variables.variable_name);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 03:02 AM
this is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 03:13 AM
Can you show what you have done? A screenshot or your reference qualifier?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 04:05 AM - edited 09-02-2024 11:43 PM
@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
Hence I am trying to pass activity team from scoped to global assignment group