- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 11:50 PM
Hi,
The fields are loaded from the Record Producer for Public user in Service Portal. But, I'm not able to submit the form for creating the incident.
When i submit it, it says "Something went wrong and your request could not be submitted. Please contact your system administrator". Console log says "401 Unauthorized request" for submit_producer API.
As per the knowledge article, KB0681861, we might need to uncheck the "Requires Authentication" checkbox.
Does anyone know, how to do that? Please help.
Thanks!
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2020 12:18 AM
if you see the article it has mentioned to update the api method field "Requires Authentication" .
go to the scripted Rest API >> search for "Service Catalog API" >> you will see list of method , so make the changes to those method field "Requires Authentication" which has mentioned on HI Article, give a try.
Screenshot for an example for buy Item method.
Note: Make sure you had also followed the other point which had mentioned on HI Article.
https://hi.service-now.com/kb_view.do?sysparm_article=KB0681861

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2020 12:18 AM
if you see the article it has mentioned to update the api method field "Requires Authentication" .
go to the scripted Rest API >> search for "Service Catalog API" >> you will see list of method , so make the changes to those method field "Requires Authentication" which has mentioned on HI Article, give a try.
Screenshot for an example for buy Item method.
Note: Make sure you had also followed the other point which had mentioned on HI Article.
https://hi.service-now.com/kb_view.do?sysparm_article=KB0681861
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2021 10:35 AM
I can uncheck "Requires Authentication" on some, but not on others.
- Buy Item - yes
- Submit a Record Producer - yes
- Validate Variable Regex - NO
- Checkout Order Guide - yes
- Variable display value - NO
- Check requested for delegation on item. (Paris onwards) - NO
Do I have to contact ServiceNow Support, or could there be something else preventing me, or something else I can do to address this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2022 10:22 AM
Having the exact same issue, did you found a solution ?