Search found 6 matches

by applelisa
Fri Nov 15, 2019 3:46 pm
Forum: ReadyDoc Development
Topic: Pulling Amounts from HUD Line 1202 & CDF Line E02
Replies: 1
Views: 1436

Pulling Amounts from HUD Line 1202 & CDF Line E02

Hello, How can I pull amounts from specific lines into my ReadyDoc? Specifically, for HUD files, I need to pull the amount from line 1202 (on the Recording Charges (1200) screen); for CD files, I need to pull the amount from line E02 (on the CDF Page 2 screen). Here is what I have so far, respective...
by applelisa
Wed Mar 21, 2018 4:33 pm
Forum: ReadyDoc Development
Topic: Custom Field Conditions
Replies: 1
Views: 1364

Re: Custom Field Conditions

Please disregard--I figured out how to make this work.
by applelisa
Wed Mar 21, 2018 10:29 am
Forum: ReadyDoc Development
Topic: Custom Field Conditions
Replies: 1
Views: 1364

Custom Field Conditions

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&quo...
by applelisa
Fri Mar 09, 2018 11:04 am
Forum: ReadyDoc Development
Topic: Buyer/Selling Prompt Removal
Replies: 1
Views: 1231

Buyer/Selling Prompt Removal

Hello, Using the field codes {{.Buyer.Individual1.FullName}}, {{.Seller.Individual1.FullName}}, {{.Buyer.Individual2.FullName}}, and {{.Seller.Individual2.FullName}} in my document makes the following prompts appear: "A reference to a single Buyer/Borrower was encountered, but more than one was...
by applelisa
Mon Feb 12, 2018 4:56 pm
Forum: ReadyDoc Development
Topic: Conditioning Sellers' Addresses
Replies: 2
Views: 1339

Re: Conditioning Sellers' Addresses

That worked - thank you very much for your help!
by applelisa
Thu Feb 08, 2018 4:47 pm
Forum: ReadyDoc Development
Topic: Conditioning Sellers' Addresses
Replies: 2
Views: 1339

Conditioning Sellers' Addresses

Hello, In situations where there are two or more sellers ({{Order.Sellers.Code}} = "S" and {{Order.Sellers.Code}} = "S2") if their property addresses are different, we need both addresses to be shown on the ReadyDoc. The word "and" needs to separate the two addresses. O...