- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2020 09:24 PM
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.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2020 05:37 PM
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.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2020 09:46 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2020 11:11 PM
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").

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2020 10:10 PM
Hello,
Try this it will help you
Mark it as helpful/Correct if it helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2020 06:43 PM
Thanks Ankush for your provide the useful information to me.