Interceptor fields: Script, Dependent value, Table, Element, Type and how to use them
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2016 04:21 AM
Always learning new stuff and so I'm wondering what the fields: script, Dependent value, Table, Element, Type do on a Interceptor record (Geneva)
And if anyone can share a Use case? Next to that I'm wondering why the Wiki calls it Legacy, since clearly this is used in Geneva and evolved?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2016 05:35 AM
Hi Raymond,
Type is how it appears on the page when the interceptor jumps in to "intercept" the creation of a new record.
The script field is very useful for pre-populating fields on new records. See the example on the wiki:
Legacy: Using an Interceptor to Gather Data for a New Record - ServiceNow Wiki
I've done something similar with other records.
Not sure what the other three do. It makes me think you can cascade some of the answers. Experiment and let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2016 06:52 AM
Hi Chuck,
Thanks for the help, big fan of yours, hope to meet you again at Knowledge16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2017 04:52 AM
Hi Chuck, All,
Is it possible to configure the change interceptor in a way that a when a user clicks on Create New the user is presented with the option to select a Company and then the system presents all standard change templates for the selected company?
Many Thanks,
Ellie

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2017 05:47 AM
Hi Ellie,
That sounds like it might be a better use case for a record producer (with some UI policies) or a wizard.
Record Producer - ServiceNow Wiki