Skip to content

Commit

Permalink
Merge pull request #1423 from bcgov/EDRD-952
Browse files Browse the repository at this point in the history
EDRD-952
  • Loading branch information
Rajnish-Singh023 authored Jan 9, 2025
2 parents c2d4167 + 765f11b commit c0acfa9
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,177 @@
<type>Facet</type>
</flexiPageRegions>
<flexiPageRegions>
<mode>Replace</mode>
<name>relatedTabContent</name>
<itemInstances>
<componentInstance>
<componentInstanceProperties>
<name>actionNames</name>
</componentInstanceProperties>
<componentInstanceProperties>
<name>adminFilters</name>
<valueList>
<valueListItems>
<value>CommitteeType__c|EQUALS|SubCommittee</value>
</valueListItems>
</valueList>
</componentInstanceProperties>
<componentInstanceProperties>
<name>maxRecordsToDisplay</name>
<value>10</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>parentFieldApiName</name>
<value>ServiceAppointment.Id</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>relatedListApiName</name>
<value>Committee_Review_Cases__r</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>relatedListDisplayType</name>
<value>ADVGRID</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>relatedListFieldAliases</name>
<valueList>
<valueListItems>
<value>NAME</value>
</valueListItems>
<valueListItems>
<value>Order__c</value>
</valueListItems>
<valueListItems>
<value>Case_EDRD_Ref_No__c</value>
</valueListItems>
<valueListItems>
<value>Related_Case__c</value>
</valueListItems>
<valueListItems>
<value>CaseType__c</value>
</valueListItems>
<valueListItems>
<value>Case_RPh_Simplified_Review__c</value>
</valueListItems>
<valueListItems>
<value>Case_Funding_Expiry_Date__c</value>
</valueListItems>
<valueListItems>
<value>Account_Provider__c</value>
</valueListItems>
</valueList>
</componentInstanceProperties>
<componentInstanceProperties>
<name>relatedListLabel</name>
<value>SC Review Cases</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>showActionBar</name>
<value>true</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>sortFieldAlias</name>
<value>Order__c</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>sortFieldOrder</name>
<value>Ascending</value>
</componentInstanceProperties>
<componentName>lst:dynamicRelatedList</componentName>
<identifier>lst_dynamicRelatedList</identifier>
<visibilityRule>
<criteria>
<leftValue>{!Record.Account.EDRD_Committee_Type__c}</leftValue>
<operator>EQUAL</operator>
<rightValue>Subcommittee</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
</itemInstances>
<itemInstances>
<componentInstance>
<componentInstanceProperties>
<name>actionNames</name>
</componentInstanceProperties>
<componentInstanceProperties>
<name>adminFilters</name>
<valueList>
<valueListItems>
<value>CommitteeType__c|EQUALS|Advisory Committee</value>
</valueListItems>
</valueList>
</componentInstanceProperties>
<componentInstanceProperties>
<name>maxRecordsToDisplay</name>
<value>10</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>parentFieldApiName</name>
<value>ServiceAppointment.Id</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>relatedListApiName</name>
<value>Committee_Review_Cases__r</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>relatedListDisplayType</name>
<value>ADVGRID</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>relatedListFieldAliases</name>
<valueList>
<valueListItems>
<value>NAME</value>
</valueListItems>
<valueListItems>
<value>Order__c</value>
</valueListItems>
<valueListItems>
<value>Case_EDRD_Ref_No__c</value>
</valueListItems>
<valueListItems>
<value>Related_Case__c</value>
</valueListItems>
<valueListItems>
<value>CaseType__c</value>
</valueListItems>
<valueListItems>
<value>Case_RPh_Simplified_Review__c</value>
</valueListItems>
<valueListItems>
<value>Case_Funding_Expiry_Date__c</value>
</valueListItems>
<valueListItems>
<value>Account_Provider__c</value>
</valueListItems>
</valueList>
</componentInstanceProperties>
<componentInstanceProperties>
<name>relatedListLabel</name>
<value>AC Review Cases</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>showActionBar</name>
<value>true</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>sortFieldAlias</name>
<value>Order__c</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>sortFieldOrder</name>
<value>Ascending</value>
</componentInstanceProperties>
<componentName>lst:dynamicRelatedList</componentName>
<identifier>lst_dynamicRelatedList2</identifier>
<visibilityRule>
<criteria>
<leftValue>{!Record.Account.EDRD_Committee_Type__c}</leftValue>
<operator>EQUAL</operator>
<rightValue>Advisory Committee</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
</itemInstances>
<name>Facet-594fb091-2278-466e-839a-70224e302eca</name>
<type>Facet</type>
</flexiPageRegions>
<flexiPageRegions>
Expand All @@ -440,14 +609,14 @@
<componentInstance>
<componentInstanceProperties>
<name>body</name>
<value>relatedTabContent</value>
<value>Facet-594fb091-2278-466e-839a-70224e302eca</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>title</name>
<value>Standard.Tab.relatedLists</value>
<value>Related</value>
</componentInstanceProperties>
<componentName>flexipage:tab</componentName>
<identifier>relatedListsTab</identifier>
<identifier>flexipage_tab</identifier>
</componentInstance>
</itemInstances>
<mode>Replace</mode>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,19 @@
<layoutColumns/>
<style>CustomLinks</style>
</layoutSections>
<platformActionList>
<actionListContext>Record</actionListContext>
<platformActionListItems>
<actionName>Edit</actionName>
<actionType>StandardButton</actionType>
<sortOrder>0</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>ServiceAppointment.Defer_Cases</actionName>
<actionType>QuickAction</actionType>
<sortOrder>1</sortOrder>
</platformActionListItems>
</platformActionList>
<quickActionList/>
<relatedLists>
<fields>TASK.SUBJECT</fields>
Expand Down Expand Up @@ -212,6 +225,10 @@
<fields>Event</fields>
<relatedList>AssignedResources</relatedList>
</relatedLists>
<relatedLists>
<fields>NAME</fields>
<relatedList>Committee_Review_Case__c.Service_Appointment__c</relatedList>
</relatedLists>
<showEmailCheckbox>false</showEmailCheckbox>
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<PathAssistant xmlns="http://soap.sforce.com/2006/04/metadata">
<active>true</active>
<entityName>ServiceAppointment</entityName>
<fieldName>Status</fieldName>
<masterLabel>SA Path</masterLabel>
<recordTypeName>EDRD_Committee_Meeting</recordTypeName>
</PathAssistant>

0 comments on commit c0acfa9

Please sign in to comment.