-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1389 from bcgov/EDRD-Sprint-9
EDRD Sprint - 9 Development
- Loading branch information
Showing
43 changed files
with
862 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
dev-app-post/main/default/email/unfiled$public/General_Case_Assignment_Notification.email
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...ain/default/email/unfiled$public/General_Case_Assignment_Notification_1730797296296.email
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<html> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body style="height: auto; min-height: auto;">*** CASE ASSIGNMENT NOTIFICATION ***<br /> | ||
<br /> | ||
Hello {{{Case.OwnerFullName}}},<br /> | ||
<br /> | ||
A case has been assigned to you. Below are the details:<br /> | ||
<br /> | ||
Case #: {{{Case.CaseNumber}}}<br /> | ||
<br /> | ||
Case Type: {{{Case.Type}}}<br /> | ||
<br /> | ||
<strong>Status: {{{Case.Status}}}</strong><br /> | ||
<br /> | ||
Date Opened: {{{Case.CreatedDate}}}<br /> | ||
<br /> | ||
Click on the link to access the case: {{{Case.Link}}}<br /> | ||
<br /> | ||
Thank you,<br /> | ||
BC Ministry of Health</body> | ||
</html> |
11 changes: 11 additions & 0 deletions
11
...lt/email/unfiled$public/General_Case_Assignment_Notification_1730797296296.email-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<EmailTemplate xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<available>true</available> | ||
<encodingKey>UTF-8</encodingKey> | ||
<name>Case_Assignment_Notification</name> | ||
<relatedEntityType>Case</relatedEntityType> | ||
<style>none</style> | ||
<subject>Case # {{{Case.CaseNumber}}} in {{{Case.Status}}} has been assigned to you.</subject> | ||
<type>custom</type> | ||
<uiType>SFX</uiType> | ||
</EmailTemplate> |
Oops, something went wrong.