How many parameters can i pass from client script to script include?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 10:16 PM
HI Developers,
How many parameters can i pass from client script to script include (under function addParam) ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 10:24 PM
I have not seen any official documentation which states this limit but we have a working Client Callable Script Include which intake 6 Parameters.
As per this link https://developer.servicenow.com/dev.do#!/reference/api/utah/client/c_GlideAjaxAPI , we can execute addParam multiple times with different parameters and values so I don't think their should be any limit on the number of params to be added.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 10:27 PM
no limit
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 10:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 10:43 PM
Hi @Ankit Kumar6 ,