- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 08:50 AM - edited 06-20-2025 03:46 AM
Hi ,
I am getting the correct value of "SUPPORT GROUP (support_group" while filling up the form , but it does not save and gives error:
Match Not found Invalid Update
in one of the Script Include from Client script i am autopopulating the field values of a reference field. It gives me correct return and i can see that autopopulate in Incident form as well, But when trying to SAVE gives that above error.
I tried getUniqueValue as well for retrieving the support group but then it does not return any value.
below is in my SI
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 01:50 AM
Hi @Nisha30 ,
looks like you are returning a group sysid but you are setting it on the service offering field
you have to set the return value on the assignment group field
what are you trying here
trying to set service offering's support group as the assignment group?
if yes set return value on the group field not on the service offerring
if you are still facing the issue please share the script include and any other scripts that you are using to complete this
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 08:58 AM
Hi @Nisha30 ,
Your script looks okay
the only thing you have to check is if there is any reference qualifier on the field where you are setting this return value to
I think the return value is not meeting the reference qualifier condition
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 09:27 AM - edited 06-20-2025 03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 09:30 AM
Hi @Nisha30 ,
check if there is any dictionary override
also log the support group value and see if you find any group with the resulted sys_id(also check if it's even returning a sysid)
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 10:19 AM
You state you are auto-populating the field values of a reference field. First verify that the reference field and the support_group field reference the same table. If they do then can you provide some additional details on exactly where and how you are setting the reference field on your form. It seems that if the SI is returning the sys_id correctly as you say then the issue is likely with how you are setting the reference field in your form and not with the SI.