Search found 18 matches

by bdutil
Thu Mar 30, 2017 11:49 am
Forum: Custom Order Rules
Topic: COR for TX Guaranty Fee
Replies: 1
Views: 1281

COR for TX Guaranty Fee

I'm looking to have the Owner's Policy Guaranty Fee populate to the same line as the Lender's Policy Guaranty Fee if the Policy Type is Simultaneous. I can't seem to harness the Guaranty Fee Field though. They also want to make sure the Description is set to Title - Guaranty Fee and the CDF To Code ...
by bdutil
Tue Mar 28, 2017 9:48 am
Forum: Custom Order Rules
Topic: HOA Charges
Replies: 1
Views: 1415

HOA Charges

Borrowed from another rule but can't get this to point at the HOA CHarge screen. What am I missing in the context? from System import * from SoftPro.ClientModel import * from SoftPro.OrderTracking.Client import * from SoftPro.OrderTracking.Client.Orders import * # Edit the message below if you want ...
by bdutil
Mon Jan 30, 2017 11:48 am
Forum: Custom Order Rules
Topic: Disable Favorites Folder using COR
Replies: 1
Views: 1261

Disable Favorites Folder using COR

Need to know if it is possible to disable the Favorites folder in documents using a COR please Customer is asking
by bdutil
Fri Jan 27, 2017 9:45 am
Forum: Custom Order Rules
Topic: Validate Custom Field
Replies: 2
Views: 1563

Re: Validate Custom Field

Thank you that worked. The other two questions were can I put the value of a custom field in the Warning Message? If so how would that look. IsOverTheLimitMessage = 'The total liability amount CUSTOM FIELD TitleCompany.TransactionAmount_150431# GOES HERE is over the limit authorized; please obtain a...
by bdutil
Thu Jan 26, 2017 3:13 pm
Forum: Custom Order Rules
Topic: Validate Custom Field
Replies: 2
Views: 1563

Validate Custom Field

I got most of the way using pieces of other samples but can't seem to get this to fire the Warning. Need the warning to fire if the custom field is not checked Field code in Select is Order.TitleCompanies.OverTheLimit_150431# Here's what I have so far. Need help in setting the Warning to pull from c...
by bdutil
Thu Dec 15, 2016 11:23 am
Forum: Custom Order Rules
Topic: Owners Policy Seller Paid Percent
Replies: 6
Views: 1408

Re: Owners Policy Seller Paid Percent

There is no Order HUDs/Section 1100 - Title Charges under the HowTo section in the SDK I have? Is there a newer one somewhere maybe?
by bdutil
Wed Dec 14, 2016 12:30 pm
Forum: Custom Order Rules
Topic: Owners Policy Seller Paid Percent
Replies: 6
Views: 1408

Re: Owners Policy Seller Paid Percent

Thank you :) Now is it possible to also have it look for the Owners Policy fee in the 1100 section of the HUD to be in the seller column not the buyer column?
by bdutil
Tue Dec 13, 2016 11:35 am
Forum: Custom Order Rules
Topic: Owners Policy Seller Paid Percent
Replies: 6
Views: 1408

Owners Policy Seller Paid Percent

Okay I'm trying :) But having issues. I even stole from other rules but it's not working. Here's what I have so far just started the If CDF then need Seller Pay Percent of Owners Policy to be 100%. It doesn't seem to care though if it's a CDF or if it's a purchase. I did get the warning but that's a...