How to make a catalog item public in servicenow?

Bharath kumar6
Tera Expert

I need a catalog item to be made public like even without users logging in to servicenow, they should be allowed to submit the request.

 

Can I get the detailed explanation of how to achieve this.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

check this

Unauthenticated users cannot submit catalog items on Service Portal

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

13 REPLIES 13

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

check this

Unauthenticated users cannot submit catalog items on Service Portal

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar ,

 

find_real_file.png

 

How do I navigate to these records.

Can you please help me with the table name.

Hi,

all of those can be found in scripted rest api -> scripted rest resources

sys_ws_operation

https://instanceName.service-now.com/sys_ws_operation_list.do?sysparm_query=nameLIKEBuy%20Item%5EORnameLIKESubmit%20a%20Record%20Producer%5EORnameLIKEValidate%20variable%20Regex%5EORnameLIKECheckout%20order%20guide%5EORnameLIKEVariable%20display%20value%5EORnameLIKECheck%20requested%20for%20delegation&sysparm_view=

find_real_file.png

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar , thanks for the help.

I will do it, once I complete the full procees.

 

Another question :

I have a reference field in the catalog item referencing to "u_store" table.

And a user should be able to select in the reference field. I have made all fields public for read, write and create.

Still I am not able to select in this field. Showing no matches found.

find_real_file.png