Auto populate some fields based on the another fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 11:19 PM
Hi All,
I have a question here . i need to auto populate some of the refrence fields and store them in the custom table. from that table it should be given to the dashboard. please help me out here

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 11:33 PM
Hi Abhishek,
So what is that you have tried and stuck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 12:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 02:21 AM
I am creating a business rule in which it should autopopulate some refrence fields and store that values in other custom table which is used for dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 12:26 AM
Create a Business Rule: Write a Business Rule that triggers on the insertion or update of records in the source table (the table from which you want to auto-populate reference fields). In this Business Rule, you can include script logic to fetch data from the source table, populate the reference fields, and then insert/update records in your custom table.
Populate Reference Fields: Within the Business Rule script, you'll need to query the required data from the source table. Then, set the values of the reference fields in your custom table accordingly.
Store in Custom Table: Once you've populated the reference fields, insert or update records in your custom table with the relevant data.
Display on Dashboard: After data is stored in your custom table, you can create a ServiceNow dashboard using Performance Analytics or Reporting modules. Configure the dashboard to fetch data from your custom table and display it as per your requirements.
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks