Search found 1290 matches

by BobRichards
Tue Oct 11, 2016 3:15 pm
Forum: ReadyDoc Development
Topic: Mishandling of the degree symbol in legal descriptions
Replies: 2
Views: 1399

Re: Mishandling of the degree symbol in legal descriptions

I'm afraid I can offer no insight into your PDF rendering problem, but Select 4.1 will correctly render and print the degree symbol.
by BobRichards
Tue Oct 11, 2016 2:12 pm
Forum: Business Rules
Topic: HotSpot Address or Contact
Replies: 1
Views: 2931

Re: HotSpot Address or Contact

The AddWarning(item, property, message) and AddError(item, property, message) method work the same way. The first argument (the context) must be an IOrderItem. The second argument is a member Property for the context. The Context and Property information is displayed in Select in the Field Code Brow...
by BobRichards
Wed Oct 05, 2016 10:07 am
Forum: Integration Development
Topic: Get Instrument Type from existing liens via api
Replies: 6
Views: 1022

Re: Get Instrument Type from existing liens via api

The JSON serialization may be having trouble with the IInstrumentType interface. Try retrieving the Code or Description (String types) instead.

Code: Select all

IEnumerable<dynamic> ExistingLiens = existingLiensSelect.Select(x => new
{
    x.InstrumentType.Code,
    ...
});
by BobRichards
Tue Oct 04, 2016 10:33 am
Forum: Installation and Setup
Topic: Logging into SPS Client for a recently cloned set of servers
Replies: 1
Views: 1062

Re: Logging into SPS Client for a recently cloned set of ser

The mid-tier URL you are attempting to reach is incorrect or unreachable. Alternatively, the mid-tier service isn't running.
by BobRichards
Mon Oct 03, 2016 3:54 pm
Forum: Custom Order Rules
Topic: Setting BillCode or SplitTo
Replies: 1
Views: 949

Re: Setting BillCode or SplitTo

I think we covered your issues off-line. For others, here is how you would search for a bill code or any other property that uses the enumeration manager: # I picked a CDF charge and set the Description to "TestLine" (without the quotes!). This rule will find it then write to the bill code...
by BobRichards
Mon Oct 03, 2016 12:45 pm
Forum: Integration Development
Topic: Get Instrument Type from existing liens via api
Replies: 6
Views: 1022

Re: Get Instrument Type from existing liens via api

Are you sure you have the list? The exception generated (NullReferenceException) means that the "existingLiensSelect" collection was null valued.
by BobRichards
Tue Sep 27, 2016 4:23 pm
Forum: Installation and Setup
Topic: Could not load file or assembly 'SoftPro.Select.Shell, Versi
Replies: 1
Views: 1106

Re: Could not load file or assembly 'SoftPro.Select.Shell, V

Question cross posted. See answer on Integration Development forum: select 4.0 package on select 4.1
by BobRichards
Tue Sep 27, 2016 11:45 am
Forum: Integration Development
Topic: Error when attempting to run shell solution for Ribbon
Replies: 2
Views: 622

Re: Error when attempting to run shell solution for Ribbon

But if you do not supply the "/rootSuffix:Exp" then Select starts normally and your package is loaded?
by BobRichards
Tue Sep 27, 2016 11:24 am
Forum: Installation and Setup
Topic: Uninstall Cleanly
Replies: 1
Views: 1128

Re: Uninstall Cleanly

We do not remove the prior SoftPro client environment during an uninstall since typically it is followed immediately by an install of an upgraded client. We preserve all packages that were previously loaded on the client as well as MRU order list and other information. If you want to remove all vest...