Skip to content

Commit

Permalink
Merge pull request #138 from Salesforce-org-Impact-Labs/feature/app
Browse files Browse the repository at this point in the history
Feature/app
  • Loading branch information
mshanemc authored Jul 10, 2020
2 parents 101f592 + e416c4b commit dde0cb9
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions force-app/main/default/flows/Client_Profile_Builder.flow-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,30 +140,37 @@
<conditionLogic>or</conditionLogic>
<conditions>
<leftValueReference>Get_Profile.Home_Owner__c</leftValueReference>
<operator>IsNull</operator>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Homeless__c</leftValueReference>
<operator>IsNull</operator>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Near_Homeless__c</leftValueReference>
<operator>IsNull</operator>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Home_Renter__c</leftValueReference>
<operator>IsNull</operator>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</rightValue>
</conditions>
<conditions>
<leftValueReference>Get_Profile.Runaway__c</leftValueReference>
<operator>EqualTo</operator>
<rightValue>
<booleanValue>true</booleanValue>
</rightValue>
</conditions>
<connector>
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 dde0cb9

Please sign in to comment.