Search found 1290 matches

by BobRichards
Wed Apr 05, 2017 5:53 pm
Forum: Custom Order Rules
Topic: COR for TX Guaranty Fee
Replies: 1
Views: 1282

Re: COR for TX Guaranty Fee

Let's see if this can get you going. We will use a common function that will be used by all other handlers. I am giving it a unique (weird but legal) name to ensure that it will not colide with any other method in all the modules in the order. It will return true if this is an owners policy and if i...
by BobRichards
Wed Apr 05, 2017 3:42 pm
Forum: Integration Development
Topic: Disable SoftPro email functionality
Replies: 1
Views: 581

Re: Disable SoftPro email functionality

There is no way to disable this functionality.
by BobRichards
Wed Apr 05, 2017 3:23 pm
Forum: Integration Development
Topic: XML config and package registration for settings
Replies: 6
Views: 1065

Re: XML config and package registration for settings

At this point, Select client is opening the registry and getting information for packages (Select and third-party) we should load. Sounds like it may be an issue with registry on the client machine. Have you installed the Select on the client machine? This doesn't sound like initializing the service...
by BobRichards
Thu Mar 30, 2017 1:40 pm
Forum: General
Topic: Updated SP DLLs to 4.2.41213.12 now we get Error
Replies: 14
Views: 2359

Re: Updated SP DLLs to 4.2.41213.12 now we get Error

1) Bundling the files will continue to work properly once you determine the minimum set of DLLs to bundle. 2) The CHW is not the Help file - it is created and used by the Help file at runtime. You need to open the CHM file. The SelectSdk.chm file needs to be open on a local drive. If it is not on a ...
by BobRichards
Wed Mar 29, 2017 3:28 pm
Forum: General
Topic: Updated SP DLLs to 4.2.41213.12 now we get Error
Replies: 14
Views: 2359

Re: Updated SP DLLs to 4.2.41213.12 now we get Error

You should not need to manually add all these DLLs. Is the Select Client installed on the machine? That should have established all the baseline DLLs that are required. The SDK required the Select client be installed before it can be installed because of this dependency. Otherwise, are the client DL...
by BobRichards
Tue Mar 28, 2017 1:47 pm
Forum: Custom Order Rules
Topic: HOA Charges
Replies: 1
Views: 1419

Re: HOA Charges

I opened the Field Code Browser (FCB) and clicked in the Line drop down control. With the FCB "link" button enabled, I saw that the context for the field is "Proration" and not "HOACharge" as in your rule. Rename the rule and try again. def Proration_CDFLine_Validate(ar...
by BobRichards
Tue Mar 21, 2017 9:19 pm
Forum: Integration Development
Topic: Finding original voided check
Replies: 1
Views: 565

Re: Finding original voided check

There is no direct way to follow a check through a series of posts and voids. When the check is pending (after a void), the user could make changes to the order that would change the items included in the check, anyway. If you could guarantee the user cannot make any order changes to the check sourc...
by BobRichards
Mon Mar 20, 2017 2:40 pm
Forum: Shell (User Interface)
Topic: Print Check
Replies: 2
Views: 2766

Re: Print Check

The setup for the check reprint operation is fairly complex and is beyond the scope of this forum. If you need further information then you may want to contact the Custom Software Group at SoftPro.
by BobRichards
Thu Mar 09, 2017 11:02 am
Forum: Installation and Setup
Topic: How to set up a development environment?
Replies: 1
Views: 1399

Re: How to set up a development environment?

Sadly, this is way too broad a question to answer here. Please see your contacts in SoftPro for additional information.
by BobRichards
Wed Mar 08, 2017 3:48 pm
Forum: Integration Development
Topic: Adding Custom validation to specific fields
Replies: 1
Views: 604

Re: Adding Custom validation to specific fields

Assuming you are not using a Python Custom Order Rule then your only option is to add a Formula to fields. Note that Formulas only operate on the Value aspect - not Read Only nor any other. Python CORs are added to orders by importing a template with the COR or added automatically to order during in...