-
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 #1375 from bcgov/EDRD-PH1_HotFixBranch
Changes Related to EDRD -1010 & 1015
- Loading branch information
Showing
26 changed files
with
178 additions
and
16 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
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
26 changes: 26 additions & 0 deletions
26
force-app/main/default/objects/Account/listViews/EDRD_Enrolled_Patients.listView-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,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ListView xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>EDRD_Enrolled_Patients</fullName> | ||
<columns>ACCOUNT.NAME</columns> | ||
<columns>EDRD_Ref_No__pc</columns> | ||
<columns>Patient_Identifier__pc</columns> | ||
<columns>ACCOUNT.PHONE1</columns> | ||
<columns>ACCOUNT.PHONE2</columns> | ||
<columns>PC_ADDRESS2_CITY</columns> | ||
<columns>PC_ADDRESS2_ZIP</columns> | ||
<filterScope>Everything</filterScope> | ||
<filters> | ||
<field>ACCOUNT.RECORDTYPE</field> | ||
<operation>equals</operation> | ||
<value>PersonAccount.Patient</value> | ||
</filters> | ||
<filters> | ||
<field>EDRD_Ref_No__pc</field> | ||
<operation>notEqual</operation> | ||
</filters> | ||
<label>EDRD - Enrolled Patients</label> | ||
<sharedTo> | ||
<role>Developer</role> | ||
<roleAndSubordinatesInternal>EDRD_Admin</roleAndSubordinatesInternal> | ||
</sharedTo> | ||
</ListView> |
27 changes: 27 additions & 0 deletions
27
force-app/main/default/objects/Account/listViews/EDRD_Related_Providers.listView-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,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ListView xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>EDRD_Related_Providers</fullName> | ||
<columns>ACCOUNT.NAME</columns> | ||
<columns>Provider_Type__pc</columns> | ||
<columns>Provider_Identifier__pc</columns> | ||
<columns>ACCOUNT.PHONE1</columns> | ||
<columns>ACCOUNT.PHONE2</columns> | ||
<columns>PC_ADDRESS2_CITY</columns> | ||
<columns>PC_ADDRESS2_ZIP</columns> | ||
<filterScope>Everything</filterScope> | ||
<filters> | ||
<field>ACCOUNT.RECORDTYPE</field> | ||
<operation>equals</operation> | ||
<value>PersonAccount.Provider</value> | ||
</filters> | ||
<filters> | ||
<field>Is_EDRD_Provider__pc</field> | ||
<operation>equals</operation> | ||
<value>1</value> | ||
</filters> | ||
<label>EDRD - Related Providers</label> | ||
<sharedTo> | ||
<role>Developer</role> | ||
<roleAndSubordinatesInternal>EDRD_Admin</roleAndSubordinatesInternal> | ||
</sharedTo> | ||
</ListView> |
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
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
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
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
11 changes: 11 additions & 0 deletions
11
force-app/main/default/objects/Contact/fields/Is_EDRD_Provider__c.field-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"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>Is_EDRD_Provider__c</fullName> | ||
<defaultValue>false</defaultValue> | ||
<description>This field will be true when Provider has Cases which is of recordtype = EDRD</description> | ||
<externalId>false</externalId> | ||
<label>Is EDRD Provider</label> | ||
<trackFeedHistory>false</trackFeedHistory> | ||
<trackHistory>false</trackHistory> | ||
<type>Checkbox</type> | ||
</CustomField> |
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
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