oj-sp-attachments — Mark & Favourite Attachments in Compose Email
Summary:
We have a custom attachments fragment on a Fusion Service SR Details page (Redwood UI) using oj-sp-attachments wired to the standard ServiceRequestAttachments REST collection. We currently have one custom action (Preview) working via custom-record-action and on-sp-attachment-action.
We need to allow users to mark attachments as favourites from the SR Details page, and have those favourites available or pre-selected when opening the Compose Email panel on the Activities tab.
Limitations we have hit
1. oj-sp-attachments only supports one custom actionWhen attempting to add a second custom action using -2 suffix notation, VBS threw: attribute 'custom-record-action-2.display' is unknown. Is there a supported way to register multiple custom record actions on this component?