Custom Field Conditions

Discussions related to ReadyDoc development.
Post Reply
applelisa
Posts: 6
Joined: Wed Feb 07, 2018 2:41 pm

Custom Field Conditions

Post 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.
applelisa
Posts: 6
Joined: Wed Feb 07, 2018 2:41 pm

Re: Custom Field Conditions

Post by applelisa »

Please disregard--I figured out how to make this work.
Post Reply