- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2026 07:04 PM
Do you guys know what is the best way to prevent users from creating an incident using incident.do? We want to encourage users to use the Service Portal so that an Interaction record gets created first before an incident.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2026 09:11 PM
Hi @JanRaphaelC ,
create an onLoad client script on the incident table like this
and navigate them to the portal (I have used sp you can replace sp with your desired portal)
this way if the record is a newRecord they will be routed to the portal
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
02-04-2026 08:45 PM
Could you share screenshots on how this can be achieved using ACL?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2026 08:44 PM
I don't think ACL will help here as ACL won't know if Incident is getting created using incident.do or from New button
Do this
-> Make incident complete form readonly when they access it from native
-> Hide the New button in incident list via list control
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2026 09:11 PM
Hi @JanRaphaelC ,
create an onLoad client script on the incident table like this
and navigate them to the portal (I have used sp you can replace sp with your desired portal)
this way if the record is a newRecord they will be routed to the portal
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
02-05-2026 05:56 PM
Looks like this is the best approach. Thank you very much.
