Skip to content

Commit

Permalink
Picklist and Record Page updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrolfe committed Nov 18, 2024
1 parent 50e269c commit 2e7a8df
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,23 @@
<type>Facet</type>
</flexiPageRegions>
<flexiPageRegions>
<itemInstances>
<fieldInstance>
<fieldInstanceProperties>
<name>uiBehavior</name>
<value>none</value>
</fieldInstanceProperties>
<fieldItem>Record.Organisation__c</fieldItem>
<identifier>Recordanimalshelters_Organisation_cField</identifier>
<visibilityRule>
<criteria>
<leftValue>{!Record.RecordType.Name}</leftValue>
<operator>EQUAL</operator>
<rightValue>Organisation</rightValue>
</criteria>
</visibilityRule>
</fieldInstance>
</itemInstances>
<itemInstances>
<fieldInstance>
<fieldInstanceProperties>
Expand All @@ -182,13 +199,13 @@
<name>uiBehavior</name>
<value>none</value>
</fieldInstanceProperties>
<fieldItem>Record.Organisation__c</fieldItem>
<identifier>Recordanimalshelters_Organisation_cField</identifier>
<fieldItem>Record.Animal_Preference_Foster__c</fieldItem>
<identifier>Recordanimalshelters_Animal_Preference_Foster_cField</identifier>
<visibilityRule>
<criteria>
<leftValue>{!Record.RecordType.Name}</leftValue>
<operator>EQUAL</operator>
<rightValue>Organisation</rightValue>
<rightValue>Foster</rightValue>
</criteria>
</visibilityRule>
</fieldInstance>
Expand Down Expand Up @@ -564,6 +581,24 @@
</componentInstanceProperties>
<componentName>lst:dynamicRelatedList</componentName>
<identifier>lst_dynamicRelatedList</identifier>
<visibilityRule>
<booleanFilter>1 OR 2 OR 3</booleanFilter>
<criteria>
<leftValue>{!Record.RecordType.Name}</leftValue>
<operator>EQUAL</operator>
<rightValue>Site</rightValue>
</criteria>
<criteria>
<leftValue>{!Record.RecordType.Name}</leftValue>
<operator>EQUAL</operator>
<rightValue>SubBlock</rightValue>
</criteria>
<criteria>
<leftValue>{!Record.RecordType.Name}</leftValue>
<operator>EQUAL</operator>
<rightValue>Block</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
</itemInstances>
<itemInstances>
Expand Down Expand Up @@ -745,6 +780,9 @@
<name>lookupFieldName</name>
<value>Locations__c.Foster_Contact__c</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>titleFieldName</name>
</componentInstanceProperties>
<componentInstanceProperties>
<name>updateQuickActionName</name>
<value>Contact._LightningRelatedContact</value>
Expand All @@ -770,6 +808,9 @@
<name>lookupFieldName</name>
<value>Locations__c.Organisation__c</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>titleFieldName</name>
</componentInstanceProperties>
<componentInstanceProperties>
<name>updateQuickActionName</name>
<value>Account.animalshelters__Update_Organisation</value>
Expand All @@ -779,7 +820,7 @@
<visibilityRule>
<criteria>
<leftValue>{!Record.RecordType.Name}</leftValue>
<operator>EQUAL</operator>
<operator>CONTAINS</operator>
<rightValue>Organisation</rightValue>
</criteria>
</visibilityRule>
Expand All @@ -802,16 +843,26 @@
<componentName>flowruntime:interview</componentName>
<identifier>flowruntime_interview</identifier>
<visibilityRule>
<booleanFilter>1 OR 2</booleanFilter>
<booleanFilter>1 OR 2 OR 3 OR 4</booleanFilter>
<criteria>
<leftValue>{!Record.RecordType.Name}</leftValue>
<operator>NE</operator>
<rightValue>Foster</rightValue>
<operator>EQUAL</operator>
<rightValue>Site</rightValue>
</criteria>
<criteria>
<leftValue>{!Record.RecordType.Name}</leftValue>
<operator>NE</operator>
<rightValue>Organisation</rightValue>
<operator>EQUAL</operator>
<rightValue>Block</rightValue>
</criteria>
<criteria>
<leftValue>{!Record.RecordType.Name}</leftValue>
<operator>EQUAL</operator>
<rightValue>SubBlock</rightValue>
</criteria>
<criteria>
<leftValue>{!Record.RecordType.Name}</leftValue>
<operator>CONTAINS</operator>
<rightValue>Unit</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,21 @@
<default>false</default>
<label>Happy being handled</label>
</value>
<value>
<fullName>Timid</fullName>
<default>false</default>
<label>Timid</label>
</value>
<value>
<fullName>Curious</fullName>
<default>false</default>
<label>Curious</label>
</value>
<value>
<fullName>Playful</fullName>
<default>false</default>
<label>Playful</label>
</value>
</valueSetDefinition>
</valueSet>
<visibleLines>4</visibleLines>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@
<default>false</default>
<label>Owner passed or moved out of home address</label>
</value>
<value>
<fullName>Born in Shelter</fullName>
<default>false</default>
<label>Born in Shelter</label>
</value>
<value>
<fullName>Cruelty</fullName>
<default>false</default>
<label>Cruelty</label>
</value>
<value>
<fullName>Owner Surrender</fullName>
<default>false</default>
<label>Owner Surrender</label>
</value>
</valueSetDefinition>
</valueSet>
</CustomField>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<filters>
<field>Animal_Status__c</field>
<operation>equals</operation>
<value>MedicalTreatment,Training</value>
<value>Deceased</value>
</filters>
<label>Deceased Animals</label>
</ListView>

0 comments on commit 2e7a8df

Please sign in to comment.