def ifelse = {condition, a, b ->
xxx
}
"SM_Crew_Assignment__c": "ifelse(payload.fields.svmx_crew == null, false, true)"
|
Original Fields
|
Transformed Fields
|
||
|---|---|---|---|
|
Name
|
Value
|
Name
|
Value
|
|
svmx_crew
|
null
|
SM_Crew_Assignment__c
|
false
|
|
svmx_crew
|
not null
|
SM_Crew_Assignment__c
|
true
|