File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
force-app/main/default/flows Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 247
247
<defaultConnectorLabel >Startup date not valid</defaultConnectorLabel >
248
248
<rules >
249
249
<name >Startup_date_valid</name >
250
- <conditionLogic >and </conditionLogic >
250
+ <conditionLogic >or </conditionLogic >
251
251
<conditions >
252
252
<leftValueReference >isStartupDateValidFormula</leftValueReference >
253
253
<operator >EqualTo</operator >
254
254
<rightValue >
255
255
<booleanValue >false</booleanValue >
256
256
</rightValue >
257
257
</conditions >
258
+ <conditions >
259
+ <leftValueReference >Get_related_work_trail.ips_First_meeting_with_the_Employer_held__c</leftValueReference >
260
+ <operator >IsBlank</operator >
261
+ <rightValue >
262
+ <booleanValue >true</booleanValue >
263
+ </rightValue >
264
+ </conditions >
258
265
<connector >
259
266
<targetReference >updateStartUpDate</targetReference >
260
267
</connector >
274
281
<defaultConnectorLabel >Startup date not valid</defaultConnectorLabel >
275
282
<rules >
276
283
<name >Startup_date_valid_Not_new</name >
277
- <conditionLogic >and </conditionLogic >
284
+ <conditionLogic >or </conditionLogic >
278
285
<conditions >
279
286
<leftValueReference >isStartupDateValidFormula</leftValueReference >
280
287
<operator >EqualTo</operator >
281
288
<rightValue >
282
289
<booleanValue >false</booleanValue >
283
290
</rightValue >
284
291
</conditions >
292
+ <conditions >
293
+ <leftValueReference >Get_related_work_trail.ips_First_meeting_with_the_Employer_held__c</leftValueReference >
294
+ <operator >IsBlank</operator >
295
+ <rightValue >
296
+ <booleanValue >true</booleanValue >
297
+ </rightValue >
298
+ </conditions >
285
299
<connector >
286
300
<targetReference >Copy_1_of_updateStartUpDate</targetReference >
287
301
</connector >
You can’t perform that action at this time.
0 commit comments