Page 1 of 1

Custom Field Conditions

Posted: Wed Mar 21, 2018 10:29 am
by applelisa
Hello,

How can I condition a prompt (the custom field is POARecorded2_606788#) to not populate if the seller's name is Federal Home Loan Mortgage Corporation? The custom field is needed under any other conditions.

For context, here's what I have right now:

<IF ({{POARecorded2_606788#}} >="1" AND {{Order.Sellers.Name}}!="Federal Home Loan Mortgage Corporation")>POA Recorded: </IF>
<IF ({{Order.Sellers.Name}}="Federal Home Loan Mortgage Corporation")><REF (POARecorded##)>
<ELSE>
<IF ({{Order.Sellers.Name}}!="Federal Home Loan Mortgage Corporation")>
{{POARecorded2_606788#}}</IF>

Thank you.

Re: Custom Field Conditions

Posted: Wed Mar 21, 2018 4:33 pm
by applelisa
Please disregard--I figured out how to make this work.