Can someone help me understand this formula?
For example I'm calculating a balance.
I have
Status field with the picklist options of "New" and "Reconciled".
These fields are based off of another field called "Reconciled Balance". When this field = 0.00 then it should change the status field to "Reconciled" however when this field is not = to 0.00 it should change the status field to "New". Any help would be appreciated.
ifThenElse(CONDITION, CONSEQUENT, ALTERNATIVE)
For example I'm calculating a balance.
I have
Status field with the picklist options of "New" and "Reconciled".
These fields are based off of another field called "Reconciled Balance". When this field = 0.00 then it should change the status field to "Reconciled" however when this field is not = to 0.00 it should change the status field to "New". Any help would be appreciated.
ifThenElse(CONDITION, CONSEQUENT, ALTERNATIVE)
Comment