- 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-20-2025 01:35 AM - edited 06-20-2025 03:47 AM
i tried in a Fix script to check if SYS_ID is returned for the support_group. It did returned.
but while raising INC it gives error.
Thanks
- 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-20-2025 03:48 AM
Hi All,
the field name was the other one. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 01:55 AM
also can anyone suggest what could be wrong i noticed the SYS ID in logs does not matches the SYS id of that Service ofering in the table. They are different SYS ID . and that might be the issue.
How can a reference field take another SYS ID ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 02:07 AM
Hi @Nisha30 ,
also can anyone suggest what could be wrong i noticed the SYS ID in logs does not matches the SYS id of that Service ofering in the table. They are different SYS ID . and that might be the issue
ans) you are returning group sysid not service offering sysid
How can a reference field take another SYS ID ?
Ans) That's why you are getting match not found error
please share your requirement and things you have done so far (script and any other relevant configurations)
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya