Search found 7 matches

by hcastaneda
Tue Aug 08, 2023 7:27 pm
Forum: ReadyDoc Development
Topic: Print Commission Percentage on Document
Replies: 1
Views: 2424

Print Commission Percentage on Document

I can't seem to find a field code for the Percent box. I was able to get the dollar amount to print on the document but they want the percent also. Is it possible? Or do I have to do a prompt?
by hcastaneda
Tue Aug 08, 2023 11:32 am
Forum: ReadyDoc Visibility Conditions
Topic: 2 Conditions need to be met to show
Replies: 2
Views: 5335

Re: 2 Conditions need to be met to show

This worked perfectly! Thank you!!
by hcastaneda
Thu Jul 20, 2023 4:09 pm
Forum: ReadyDoc Visibility Conditions
Topic: 2 Conditions need to be met to show
Replies: 2
Views: 5335

2 Conditions need to be met to show

I am trying to get a folder to show if the property is in KY and the Underwriter is FA. I have tried this and it seems to be only looking at the state. It will display regardless of the underwriter lookup code. # Get state for first property. state = Order.Properties[0].Address.State # Return True i...
by hcastaneda
Tue Mar 21, 2023 6:11 pm
Forum: Automation Code Snippets
Topic: Remove a Requirement
Replies: 1
Views: 4760

Remove a Requirement

Is it possible to use a code snippet to remove a requirement? We have used them to remove tasks but are struggling to make it work with a requirement.
by hcastaneda
Thu Feb 23, 2023 2:10 pm
Forum: ReadyDoc Development
Topic: Consideration Formula for Deeds
Replies: 4
Views: 2879

Re: Consideration Formula for Deeds

That worked perfectly! Thanks for all your help!
by hcastaneda
Wed Feb 22, 2023 7:23 pm
Forum: ReadyDoc Development
Topic: Consideration Formula for Deeds
Replies: 4
Views: 2879

Re: Consideration Formula for Deeds

This is what I got to work. Thanks so much for your help!! <CALC TC (NumericWords({{.ConsiderationAmount}}))><CALC TC (SubString(DollarWords(DecimalPart({{.ConsiderationAmount}})), 3, 0))> CENTS (${{.ConsiderationAmount}}) It gives me this Three Hundred Fifty Thousand Dollars And No/100 CENTS ($350,...
by hcastaneda
Fri Feb 17, 2023 2:54 pm
Forum: ReadyDoc Development
Topic: Consideration Formula for Deeds
Replies: 4
Views: 2879

Consideration Formula for Deeds

We have an attorney that wants the wording on the Deed to be Two Hundred Sixty-Five Thousand Dollars And No/100 Cents ($265,000.00). The formula I have is <CALC TC (DollarWords({{.ConsiderationAmount}}))> DOLLARS (${{.ConsiderationAmount}}) Which reads Two Hundred Sixty-Five Thousand And No/100 Doll...