Extension point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 09:49 PM - edited 11-20-2023 11:17 PM
Hello,
Anyone has solution for this one.
we have global.BulkAddIncidentsFilter & global.MRABulkAddIncidentsFilter extension point on one instance and another instance have only one extension point i.e. global.BulkAddIncidentsFilter but we need global.MRABulkAddIncidentsFilter that is new extension point on the another instace. How to migrate old extension point to new extension point ?
Thanks & Regards,
Sayali Gurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 10:38 PM
If you wish to substitute the current extension point with your new one, you'll need to replace the location where the existing extension point is invoked.
Instead, consider creating your own implementation (Script Include) and integrating it into the existing Extension Point. You can set specific conditions (if required in that Extension Point) and define the execution order to meet your scenario.
Cheers,
Tai Vu