Skip to content

Commit

Permalink
flow properly checks housing
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 10, 2020
1 parent 693de63 commit 17edc01
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions force-app/main/default/flows/Client_Profile_Builder.flow-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,31 +137,38 @@
<defaultConnectorLabel>Unknown</defaultConnectorLabel>
<rules>
<name>Yes_Housing</name>
<conditionLogic>or</conditionLogic>
<conditionLogic>and</conditionLogic>
<conditions>
<leftValueReference>Get_Profile.Home_Owner__c</leftValueReference>
<operator>IsNull</operator>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Homeless__c</leftValueReference>
<operator>IsNull</operator>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Near_Homeless__c</leftValueReference>
<operator>IsNull</operator>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Home_Renter__c</leftValueReference>
<operator>IsNull</operator>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Runaway__c</leftValueReference>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
</rightValue>
Expand Down Expand Up @@ -206,6 +213,7 @@
<picklistObject>Client_Profile__c</picklistObject>
</dynamicChoiceSets>
<interviewLabel>Client Profile Builder {!$Flow.CurrentDateTime}</interviewLabel>
<isTemplate>true</isTemplate>
<label>Client Profile Builder</label>
<processMetadataValues>
<name>BuilderType</name>
Expand Down

0 comments on commit 17edc01

Please sign in to comment.