Search found 91 matches

by Melissa McBerkowitz
Mon Oct 12, 2015 1:13 pm
Forum: General
Topic: Order.ExistingSecurityInstrument
Replies: 2
Views: 928

Re: Order.ExistingSecurityInstrument

v2.6 Order.ExistingSecurityInstrument = v3.0+ Order.ExistingLiens
by Melissa McBerkowitz
Sun Oct 04, 2015 2:45 pm
Forum: Business Rules
Topic: IronPython set drop down list
Replies: 5
Views: 3331

Re: IronPython set drop down list

Update on this thread: Select v4.0 SP4 (aka 4.0.4 aka 4.0.30302.62) added the ability to set drop-downs such as property state through Python rules.
by Melissa McBerkowitz
Thu Aug 27, 2015 7:13 am
Forum: Integration Development
Topic: V4 Using a Custom Field in a Formula
Replies: 2
Views: 503

Re: V4 Using a Custom Field in a Formula

Brian, I am able to reproduce this error and have logged this bug (TFS 287854). In my testing, it appeared that this happens when the custom field name starts with a number. Is that what you're seeing as well?
by Melissa McBerkowitz
Tue Jul 14, 2015 12:41 pm
Forum: Integration Development
Topic: How to determine Custom Order Rule Context and Field
Replies: 8
Views: 1048

Re: How to determine Custom Order Rule Context and Field

Joe, One additional note about context - when you have a field highlighted in the field code browser, there's a box on the bottom of the browser that gives you information about the highlighted field. This shows you the context name, which is the text you need for these custom rules (for "<Cont...
by Melissa McBerkowitz
Thu May 28, 2015 10:33 am
Forum: Integration Development
Topic: How to get the active document in the Documents tab in 3.0
Replies: 9
Views: 2066

Re: How to get the active document in the Documents tab in 3

This issue has been resolved for the 4.0.3 release which will be available next Monday.
by Melissa McBerkowitz
Tue Apr 28, 2015 12:08 pm
Forum: Integration Development
Topic: Id# and LastId# database fields
Replies: 10
Views: 1374

Re: Id# and LastId# database fields

You cannot manually add new records to these database tables directly. The only way to add data into these tables is through the order API.
by Melissa McBerkowitz
Wed Apr 15, 2015 10:58 am
Forum: Integration Development
Topic: In 4.0 policy's PremiumCalculation.FinalPremium read-only
Replies: 1
Views: 382

Re: In 4.0 policy's PremiumCalculation.FinalPremium read-onl

Correct - we had an issue in 2.6 that allowed some fields to be edited through the API even though they could never be edited in the UI. This was corrected in 3.0/4.0 so the API gives you the same experience as the UI. The FinalPremium field is always disabled, but you can edit .BasePremium instead....
by Melissa McBerkowitz
Fri Apr 03, 2015 9:00 am
Forum: Shell (User Interface)
Topic: In 4.0 GetService<IOrderStore>() fails
Replies: 3
Views: 855

Re: In 4.0 GetService<IOrderStore>() fails

This is a bug, Joe - it was identified earlier this week and is a scenario that affects only API integrations, not Select client use. This has been resolved for the v4.0.1 update that is being released later today. I'll let our Impl team know that you'll need a copy of that new version transferred. ...
by Melissa McBerkowitz
Fri Mar 20, 2015 5:02 pm
Forum: Integration Development
Topic: How to get the active document in the Documents tab in 3.0
Replies: 9
Views: 2066

Re: How to get the active document in the Documents tab in 3

Since there is no workaround for this issue, we will address this in an upcoming release, and are targeting the 4.0.2 release planned for late April/early May. (Reference TFS #255686)
by Melissa McBerkowitz
Thu Feb 05, 2015 7:05 pm
Forum: Installation and Setup
Topic: Multiple Owner's Title Policies vs Multiple Lender's Policy
Replies: 1
Views: 829

Re: Multiple Owner's Title Policies vs Multiple Lender's Pol

Sure - Select does allow you to enter multiple lender's policies, but limits you to one loan policy per loan. If you have several lenders, you would first add those loans (to the Order.Loans collection), then associate each loan with a lender (Loan.Lender, these lenders have to be added to the order...