Interceptor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2016 05:57 AM
Hi All
Is it possible to have conditions or table specific interceptors? Any suggestions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2016 06:03 AM
Hi Sudhriti,
Techincally, you can intercept any URL in the ServiceNow.
For example, If you want to intercept incident table, You need to incident.do as the intercept URL
hope that helps
Srini

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2016 03:41 PM
Hi Sudhriti,
As per the wiki, this functionality is replaced by Record producer. Please refer the below link for more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2016 12:24 AM
I want to edit and existing interceptor and want it to display selective values. For example : if I have selected the change type as "Routine Change" in the form and click on New button the interceptor should display only "Routine Change" and hide all other options. Is it achievable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2016 02:11 AM
Sudhriti,
Yes,
From the navigation menu, open the 'record producer'
Then search for the item you would like to customize (for instance Create new Routine Change)
Then add the following script under 'What it will contain' tab : current.type = "Routine";
Let me know if you have more concerns
ZA
Do not feel shy to mark correct or helpful answer if it helps or is correct