NotifyUtils refactoring references
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 06:50 PM
Hi.
In my Vancouver instance (glide-vancouver-07-06-2023__patch2-hotfix1-10-04-2023_10-06-2023_1235.zip), the workflow activities Send SMS and On-Call: Send Notification both instantiate NotifyUtils instead of NotifyUtil.
The Utah release notes state:
Enhancements to the NotifyUtils script record
The NotifyUtils script include record is now read only and can’t be edited.
You can use the NotifyUtils script include record as a reference to customize the Notify UI actions using the NotifyUtil script include record.
All codebase references that pointed to NotifyUtils now point to the NotifyUtil script include.
Is this an oversight or intentional? This seems to introduce a point of conflict if UI actions aren't using the same framework code as automated actions.
Both the workflow activities and NotifyUtils script include are now read-only so the options for working around this seem limited. How have others worked around this issue?