How to trigger notification using workspace button

Nikhitha Gandhi
Tera Contributor

Users who have the BIA contributor role (sn_bia.bia_contributor) and above have access to a UI action named "Submit BIA" that appears on BIA records in the "Draft" and "Returned" states. If clicked, it triggers a notification (details below):

Recipients: ITDR@xxx.com

Subject: [BIA Number] [Applies to] has been sent for IT DRM approvals

Content:

[BIA Number] [BIA Name] has been sent for IT DRM approvals. Please review the BIA using the link below.

[Link to BIA]

 

How to trigger notification using workspace button(Workspace client script code).

1 REPLY 1

J Siva
Tera Sage

Hi @Nikhitha Gandhi 

1. Create one event registry.
2. Create a notification with trigger type as event fired.

3. Create one client callable script include to trigger the event.

4, Call the script include from your workspace client script.

 

Hope this helps.

Regards,
Siva