- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I have not used it for years, but now may have a requirement to.
There is a feature in Servicenow where you can type something like {my_script} into a Script field in servicenow and if configured (and it is this bit I cannot recall) it will lookup the record for my_script and replace that with a pre-defined script.
Anyone recall that and what the table / feature is called ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
It is syntax editor macros,
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Below is a sample, you can define a macro in 'syntax_editor_macro' table and can call it during scripting
If this helped to answer your query, please accept the solution and close the thread.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
It is syntax editor macros,
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
That's the one I was looking for 🙂
I recalled it, but could not remember it for love nor money
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Below is a sample, you can define a macro in 'syntax_editor_macro' table and can call it during scripting
If this helped to answer your query, please accept the solution and close the thread.
Thanks,
Bhuvan