Search found 8 matches

by slind
Wed Jul 12, 2017 12:19 pm
Forum: ReadyDoc Visibility Conditions
Topic: Visibilty Conditions Examples
Replies: 6
Views: 17229

Re: Visibilty Conditions Examples

I actually tried # Get state for first property. state = Order.Properties[0].Address.State # Return True if there is a state object and it matches. return state and state.Code == 'KY' On the Underwriter folder for First American KY and it still displayed on other states. That logic is working great ...
by slind
Wed Jul 12, 2017 10:47 am
Forum: ReadyDoc Visibility Conditions
Topic: Visibilty Conditions Examples
Replies: 6
Views: 17229

Re: Visibilty Conditions Examples

Thank you so much! This helps so much. My users are going to be so happy as we do business in three states with four different Underwriters so our trees are kind of crazy. We have the custom Underwriter field because we were told that we should not change the Underwriter lookup codes because you guy...
by slind
Tue Jul 11, 2017 2:40 pm
Forum: ReadyDoc Visibility Conditions
Topic: Visibilty Conditions Examples
Replies: 6
Views: 17229

Visibilty Conditions Examples

I sent this in to support, but they are probably just going to direct me here. May I please get examples on the syntax for the following: 1. If Property State = “KY” 2. If Property State in [“IN”, “KY”, “OH”] 3. If Property State = “KY” or “Null” (or blank) 4. If Lender Lookup Code = “ABC” 5. If Cus...
by slind
Tue Jul 11, 2017 2:33 pm
Forum: ReadyDoc Visibility Conditions
Topic: Custom Fields
Replies: 1
Views: 2897

Custom Fields

How do you use a custom field in the visibility options? It's not liking the ##.

I would like to do something like:
return Order.Underwriters.CustomersUnderwriterCode_602512## == Order.Underwriters.CustomersUnderwriterCode_602512##.CT-IN
by slind
Tue Jun 06, 2017 1:13 pm
Forum: Custom Order Rules
Topic: Need Help with Validation Rule
Replies: 3
Views: 1997

Re: Need Help with Validation Rule

Thank you very much! I appreciate you helping me. I'm going to take an online Iron Python course so hopefully that will help me with COR.
by slind
Mon May 22, 2017 10:47 am
Forum: Custom Order Rules
Topic: Need Help with Validation Rule
Replies: 3
Views: 1997

Need Help with Validation Rule

I am new to Iron Python (I have not created anything yet). I would like to create a validation check on the underwriter by lender and would appreciate any help you can give me. Example: If ({{Order.Lenders[1].LookupCode}}="ABC" and {{Order.Underwriters[1].LookupCode}}<>"OR") Then...
by slind
Mon Mar 20, 2017 4:34 pm
Forum: ReadyDoc Development
Topic: Need Word Syntax Help
Replies: 1
Views: 1375

Need Word Syntax Help

I would like to do the following but I'm not sure of the correct syntax. I placed a support call but they replied to post it here. Sorry! <IF (SystemDate < “04/01/2017”)> REF (NSTitle_Letterhead##) <ELSE> REF (RLTitle_Letterhead##) </IF> And <IF (Left({{Order.Attorneys[1].LookupCode}},2}}=”NS”)> REF...
by slind
Thu Dec 11, 2008 4:51 pm
Forum: General
Topic: Field Codes vs Reflection
Replies: 2
Views: 901

Re: Field Codes vs Reflection

Hi Dan,

Good questions. I didn't see a reply. Did they reply personally? If so, can you add a brief summary as to what the reply was to the forum?

Thanks,
Stephanie