Search found 954 matches
- Fri Nov 13, 2020 12:47 pm
- Forum: Integration Development
- Topic: Iterating through all phrases of an exception
- Replies: 3
- Views: 153
Re: Iterating through all phrases of an exception
We do not have any special search capability in this area. You will have to do it brute-force with some ugly logic. Sorry.
- Thu Nov 12, 2020 4:15 pm
- Forum: Integration Development
- Topic: Setting ListIndentLevel
- Replies: 4
- Views: 127
Re: Setting ListIndentLevel
I'm glad you spoke up for an example. I was leading you down a long hole. The best way to create lists of Exceptions, Requirements, and Subordinate Matters is demonstrated below. In this example, I navigate down to a previously created loan policy and get the Exceptions list. Next I create an Except...
- Thu Nov 12, 2020 12:48 pm
- Forum: Integration Development
- Topic: Setting ListIndentLevel
- Replies: 4
- Views: 127
Re: Setting ListIndentLevel
ListIndentLevel is a readonly property to indicate the current level of indentation. It appears the typical way to change the level of indentation is by passing a new phrase into IncreaseIndent() or DecreaseIndent() . Also adding a child phrase to an existing phrase will increase the level of indent.
- Wed Nov 11, 2020 6:40 pm
- Forum: Automation Code Snippets
- Topic: Using "Contains" in Mapping
- Replies: 1
- Views: 79
Re: Using "Contains" in Mapping
Try this. Change the mapping to a list of value pairs. This groups the items in a similar way to the dictionary you had before but in a easier way to do a partial search. map = [('WELLS FARGO', 'PL867'), ('FAIRWAY INDEPENDENT MORTGAGE', 'PLIG369'), ('AXIA FINANCIAL', 'PL068'), ('U.S. BANK', 'PL782')...
- Wed Nov 11, 2020 12:19 pm
- Forum: Integration Development
- Topic: Attachments in SoftPro
- Replies: 1
- Views: 91
Re: Attachments in SoftPro
The only way to obtain any information about order attachments is through opening the order with the API and looking at the properties for each item. We don't log if you moved, copied, etc. I'm not quite sure what you mean by "However, I have one case where I have the document attached to the email ...
- Wed Nov 11, 2020 11:40 am
- Forum: Shell (User Interface)
- Topic: Entering multiple looans per order
- Replies: 14
- Views: 359
Re: Entering multiple looans per order
You, sir, have a truly old SDK version. The Visual Studio 2015 package build mechanism has not changed but the information available in the chm file has.
Please contact your SoftPro customer service representative to obtain a new version.
Please contact your SoftPro customer service representative to obtain a new version.
- Mon Nov 09, 2020 9:10 pm
- Forum: Shell (User Interface)
- Topic: Entering multiple looans per order
- Replies: 14
- Views: 359
Re: Entering multiple looans per order
We had another person today with the same issue. You need to make sure the chm file is on a local drive (like c: in most cases). If you don't the browser that is displaying content in the right hand window will not render content.
- Mon Nov 09, 2020 3:04 pm
- Forum: Shell (User Interface)
- Topic: Entering multiple looans per order
- Replies: 14
- Views: 359
Re: Entering multiple looans per order
For HUD lines, you can look in the Select SDK documentation that was set up when you installed the Select SDK. Look in your system start menu in the "SoftPro Select SDK". Open the SDK help file, click on "Contents" tab, then open topic How-To/Order HUDs for examples of reading/writing individual lin...
- Mon Nov 09, 2020 2:30 pm
- Forum: Shell (User Interface)
- Topic: Entering multiple looans per order
- Replies: 14
- Views: 359
Re: Entering multiple looans per order
I'm sorry but I don't understand the question.
I create a new HUD order then write values to the order by following the Field Code Browser or other guides for where items (like loans, contacts, etc.) live in the order model.
I create a new HUD order then write values to the order by following the Field Code Browser or other guides for where items (like loans, contacts, etc.) live in the order model.
- Mon Nov 02, 2020 10:47 am
- Forum: Integration Development
- Topic: Releasing SoftPro license programatically..
- Replies: 4
- Views: 723
Re: Releasing SoftPro license programatically..
Yes. You got it.