Security Incident Catalog can not be seen on Service Portal

Alvin7
Kilo Expert

Dear expert,

We've already active the "Security Incident Catalog" in the system(In Self-Service->Security Incident Catalog,we can see all of the Security Incident catalogs).
Right now I'm facing 2 issues.
1)"Security Incident Catalog" cannot be seen in Service Portal(https://<instancename>.com/sp)->Home->All Catalogs(pls check screen shot with number 1)
2)Create a new record producer for "Security Incident" (pls check screen shot with number 2,the "Security Incident" stored in table sn_si_incident)and the created "Security Incident" record cannot be seen in 2 places:
2-1)Cannot be seen on Catalog->My requests(pls check screen shot with number 3)
2-2)Cannot be seen on "My open incidents"(pls check screen shot with number 4)

Am I missing some configurations?
Can anyone point out the direction how to resolve this issue?
Thanks in advance.

find_real_file.png

1 ACCEPTED SOLUTION

Navigate to Service Portal->Portal and open the portal you are using.

Try adding the Security Incident Catalog there by clicking the Edit button and see if it works.

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

9 REPLIES 9

Gaurang Soni Aa
Kilo Expert

Dear Alvin,

Is your service portal in Global scope or separate scoped application. in case of later you might be missing cross scope privileges for for those tables and which is why it doesn't appear on portal.

If it's in global scope, try to query the same table using background script or test widget in sample portal page and see if you get any records using GlideRecord. This should help troubleshoot issue better.

Please mark as help, if it helped.

Gaurang Soni

aavenir.com

Dear Gaurang Soni,

Thanks for quickly reply and suggetions.

Actually,the service portal was OOB Service portal(i.e. access service portal via https://<instancename>.com/sp),the scope is "Global"(in Service portal designer->Edit portal properties-> Application->this value is "Global").

Thanks Ankush for your provide the useful information to me.