how to auto populate (dot-walked fields in the table) variables in form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 05:49 AM
hey everyone,
i have a catalog client script where i autopopulate the fields, based on some conditions. i will do for example

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 09:11 AM
@jennv Instead of using a client script. You can use the Auto populate feature available on variable form in Service Catalog. For more information please refer to the blog https://www.servicenow.com/community/developer-articles/auto-populate-a-variable-based-on-a-referenc...
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 02:50 AM
thank you very much for your answers, really appreciate it. I decided to use script include with glide ajax, as it seemed like the best approach.