
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 09:17 PM
Hi All,
I have a reference field: Case Type which is showing dropdown values using a reference qualifier.
Reference Qualifier:
javascript: new global.ScriptIncludeName().functioncall(current.assignment_group.getDisplayValue());
Note: this is not a client callable script include.
This is working absolutely fine when form is loading.
I have a on change client script where the field: Case Type should populate on changing the assignment group.
As the previous one was not client callable, I made one Client callable script include and returning the choices and adding them as an option. However it doesn't seems to be working.
How can I make this work ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 06:28 AM
I added dependent field as assignment_group and it started working. No code was required.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 01:42 AM
this is adding value but showing as empty in the dropdown:
The one marked in yellow are previous option values and new are coming as blank

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 02:09 AM - edited ‎11-05-2024 02:21 AM
This add blank values:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 06:28 AM
I added dependent field as assignment_group and it started working. No code was required.