Search found 27 matches

by kendale.wyatt
Mon May 06, 2019 10:44 am
Forum: Automation Code Snippets
Topic: Automation and Checkbox
Replies: 5
Views: 2132

Re: Automation and Checkbox

def IncludeGuarantyFeeInTotal():
guaranty = False
for status in Context.IncludeGuarantyFeeInTotal:
if Context.Parent.Parent.SettlementDate != None and \
Context.Parent.Parent.SettlementDate >= “05/01/2019”:
guaranty = True
return
by kendale.wyatt
Mon May 06, 2019 10:42 am
Forum: ReadyDoc Visibility Conditions
Topic: Restrict Visibility by Profile
Replies: 1
Views: 3020

Restrict Visibility by Profile

Is it possible to restrict document visibility by profile without having to create a new document tree?
by kendale.wyatt
Fri May 03, 2019 5:41 pm
Forum: Automation Code Snippets
Topic: Automation and Checkbox
Replies: 5
Views: 2132

Automation and Checkbox

I am trying to set up automation for if the Settlement Date is greater than 04/30/2019 check the "Include in total" box on the Schedule D screen. The field code browser shows this should be Order.Title.TitleProducts.ScheduleD.IncludeGuarantyFeeInTotal, however, I keep getting errors: Error...
by kendale.wyatt
Thu Jan 10, 2019 6:33 pm
Forum: ReadyDoc Development
Topic: Wrong Font Rendering
Replies: 3
Views: 1833

Re: Wrong Font Rendering

Attached is an example.
by kendale.wyatt
Fri Dec 28, 2018 2:09 pm
Forum: ReadyDoc Development
Topic: Wrong Font Rendering
Replies: 3
Views: 1833

Wrong Font Rendering

On some of the documents that I create, I have the font set to Arial but when the document renders in SoftPro some of the text shows up as Times New Roman. For example, The buyer name and address show up as Arial but the city, state, zip show up as Times New Roman. Any suggestions on what might be c...
by kendale.wyatt
Tue Oct 16, 2018 1:11 pm
Forum: Custom Order Rules
Topic: Change Rate Table Based on Policy Code
Replies: 1
Views: 1877

Change Rate Table Based on Policy Code

Is there a way to select a rate table based on the policy code that is entered? For example, if the user sets the policy lookup code to R-18 Refinance of Construction Loan then the premium rate table would change to the Interim Construction Loan Rate Table. I was trying to do this as a formula but I...
by kendale.wyatt
Mon Oct 01, 2018 2:14 pm
Forum: Automation Code Snippets
Topic: Automation for Moving Documents to Folders
Replies: 10
Views: 7016

Automation for Moving Documents to Folders

Is there a way to have documents moved to a specific folder based on the document name? Like if a document is attached with Payoff it is moved to the money folder?