- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 03:28 AM
Hi ,
I have a Requiremnet to Call Script Inlcude IN Business Rule and pass parameter to it .
BR: (on display ) - Due to requirement (many depends on it )
Script include 😞 client callable )
var TableauToColumn = Class.create();
TableauToColumn.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {
Function_Name: function() {
var tbName = this.getParameter('sysparm_child_name');
var sysId = this.getParameter('sysparm_record_id');
},}
* How to pass parameters to this script include from Business Rule .
* I need to send two parameters to this script include .
* In that script include , i will glide a Table and then insert these values in to Another Table .
Kindly Help me with the script .
Thankyou
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 03:58 AM
BR: (on display ) - Due to requirement (many depends on it )
solution: this is not good approach, use glide ajax here on onChange client script

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 03:37 AM
Hi Tarun,
Please refer similar question answered here https://community.servicenow.com/community?id=community_question&sys_id=e15f51d91b2800d4d01143f6fe4b...
- Pradeep Sharma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 03:58 AM
BR: (on display ) - Due to requirement (many depends on it )
solution: this is not good approach, use glide ajax here on onChange client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 04:05 AM
Hi Tarun,
If you could explain your business requirement here? that would help for determining which approach is ideal
Display business rule will run when form loads; what is the relationship between those 2 tables
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader