Skip to content

Commit

Permalink
one more try on housing
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 10, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 17edc01 commit e416c4b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -137,40 +137,40 @@
<defaultConnectorLabel>Unknown</defaultConnectorLabel>
<rules>
<name>Yes_Housing</name>
<conditionLogic>and</conditionLogic>
<conditionLogic>or</conditionLogic>
<conditions>
<leftValueReference>Get_Profile.Home_Owner__c</leftValueReference>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Homeless__c</leftValueReference>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Near_Homeless__c</leftValueReference>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Home_Renter__c</leftValueReference>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Runaway__c</leftValueReference>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</rightValue>
</conditions>
<connector>

0 comments on commit e416c4b

Please sign in to comment.