- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 02:05 AM
Solved! Go to Solution.
- Labels:
-
Event Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 12:40 AM
Hey Jae,
Let me explain the process step by step.
1. Create your own Class Script Include. For ref https://dev72123.service-now.com/sys_script_include.do?sys_id=9bc4f679731a73008b516cb63cf6a7d8&syspa...
2. Create Extension Instance (Table: sys_extension_instance). For ref https://dev72123.service-now.com/sys_extension_instance.do?sys_id=97c47a79731a73008b516cb63cf6a72c&s...
Note: The extension instance with the highest order number would be used.
*Please replace the instance base URL with your own.
Please mark this as answered if this resolves your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 01:12 PM
Check this Script Include:
Link: /sys_script_include.do%3Fsys_id%3D9bc4f679731a73008b516cb63cf6a7d8%26sysparm_record_target%3Dsys_script_include%26sysparm_record_row%3D1%26sysparm_record_rows%3D1%26sysparm_record_list%3DnameSTARTSWITHCasePriorityMapper%255EORDERBYname
as this script include is protected. You need to understand the Extenstion point logic to add your customer-defined priority.
Please check this article: https://codecreative.io/blog/are-extension-points-worth-it/
Thanks,
Vivek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 01:26 PM
check Extention point: sys_extension_point.do?sys_id=38943679731a73008b516cb63cf6a751&sysparm_record_target=sys_metadata&sysparm_record_row=79&sysparm_record_rows=241&sysparm_record_list=sys_scope%3Dfe305c5477122300d7159b71a9106101%5EORDERBYsys_class_name
Extension Instance: sys_extension_instance.do?sys_id=97c47a79731a73008b516cb63cf6a72c&sysparm_record_target=sys_metadata&sysparm_record_row=78&sysparm_record_rows=241&sysparm_record_list=sys_scope%3Dfe305c5477122300d7159b71a9106101%5EORDERBYsys_class_name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 12:40 AM
Hey Jae,
Let me explain the process step by step.
1. Create your own Class Script Include. For ref https://dev72123.service-now.com/sys_script_include.do?sys_id=9bc4f679731a73008b516cb63cf6a7d8&syspa...
2. Create Extension Instance (Table: sys_extension_instance). For ref https://dev72123.service-now.com/sys_extension_instance.do?sys_id=97c47a79731a73008b516cb63cf6a72c&s...
Note: The extension instance with the highest order number would be used.
*Please replace the instance base URL with your own.
Please mark this as answered if this resolves your query.