Search found 71 matches

by cklahr
Thu Nov 30, 2023 8:36 am
Forum: ReadyDoc Development
Topic: Omitting part of a field
Replies: 9
Views: 35073

Omitting part of a field

Hi, I'm trying to pull the lender name in the Insured Mortgage field in Select. However, the field we want it to pull from has the ISAOA language pulling at the end, i.e. "Broadview Funding Inc., its successors and/or assigns, as their interests may appear". Is there a way for me to pull t...
by cklahr
Fri Nov 17, 2023 5:24 am
Forum: ReadyDoc Development
Topic: {{$UW}} and {{$Title}} References in Commitment docs
Replies: 0
Views: 27587

{{$UW}} and {{$Title}} References in Commitment docs

Hi, I’m trying to figure out why the underwriter is not appearing in the Header of the Commitment forms for NJ. Attached is the current Comitment Schedule A Readydoc as well as the Policy Heading Readybloc which references {{$UW}} as a criteria for the UW information to appear on the document. The u...
by cklahr
Tue Nov 14, 2023 6:54 am
Forum: ReadyDoc Development
Topic: {{.Self}} use
Replies: 2
Views: 4974

Re: {{.Self}} use

Thank you so much for the explanation!
by cklahr
Fri Nov 10, 2023 6:03 am
Forum: Automation Code Snippets
Topic: Code Assistance
Replies: 2
Views: 7952

Re: Code Assistance

Thank you very much!
by cklahr
Thu Nov 09, 2023 8:11 am
Forum: Automation Code Snippets
Topic: Code Assistance
Replies: 2
Views: 7952

Code Assistance

Good morning, I'm trying to add criteria to an automation snippet based on the below code snippet. I would like the system to check the Buyer contacts in the case of a purchase, and the lender contact in the case of a Refinance. If the contact name is "TBD" or "To be determined" ...
by cklahr
Thu Nov 09, 2023 5:13 am
Forum: ReadyDoc Development
Topic: {{.Self}} use
Replies: 2
Views: 4974

{{.Self}} use

Hi,

Where is the {{.Self}} field located? and what purpose does it serve? I noticed it on documents and am wondering how I can identify or utilize it.

Thank you so much!
by cklahr
Mon Nov 06, 2023 7:18 am
Forum: Automation Code Snippets
Topic: How to identify Checklist tasks in a code snippet
Replies: 3
Views: 7145

Re: How to identify Checklist tasks in a code snippet

Okay, thank you! I got it to work with the below code snippet. from System import * import clr clr.AddReference('System.Net.Http') from System.Net.Http import HttpClient, StringContent from System.Text import Encoding clr.AddReference('System.Web.Extensions') from System.Web.Script.Serialization imp...
by cklahr
Tue Oct 31, 2023 7:11 am
Forum: Automation Code Snippets
Topic: How to identify Checklist tasks in a code snippet
Replies: 3
Views: 7145

How to identify Checklist tasks in a code snippet

Hi, I'm trying to run the below code in an automation process, and I'm getting an error "'Checklist task' object has no attribute 'Task'". Are you able to assist with revising this accordingly? Thank you so much!! from System import * import clr clr.AddReference('System.Net.Http') from Sys...
by cklahr
Mon Jan 09, 2023 7:24 am
Forum: ReadyDoc Development
Topic: VAR coding
Replies: 4
Views: 4218

Re: VAR coding

Thank you so much!! I will test this out. Looks great.
by cklahr
Thu Jan 05, 2023 8:04 am
Forum: ReadyDoc Development
Topic: VAR coding
Replies: 4
Views: 4218

Re: VAR coding

Thank you very much! So, I'm wondering if there is a way to store an array of properties in variables which we can then loop through to fill the document.

Is that a possibility?