- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:15 AM
Hi,
I was going through the code of the Ticket Conversation Widget. The server side contains code to access table and sys_id from options.
data.sys_id = (input && input.sys_id) || options.sys_id || $sp.getParameter("sys_id");
data.table = (input && input.table) || options.table || $sp.getParameter("table");
However, setting these values is not available in the settings on the page editor.
How do I set these options values?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:20 AM
I have found the solution to this.
You may add additional options this way.
Hope this helps someone!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:20 AM
I have found the solution to this.
You may add additional options this way.
Hope this helps someone!