Search found 91 matches

by Melissa McBerkowitz
Wed Mar 26, 2014 11:01 am
Forum: Integration Development
Topic: OrderContactPerson link to Security User or Security Identit
Replies: 1
Views: 448

Re: OrderContactPerson link to Security User or Security Ide

No. In v3.0, we still have that functionality on screen so the end user can easily copy data from an SPAdmin user to the contact person screen, but we don't store that link. There was nothing in Boylan preventing the user from copying Trustee info into an order and then changing all the order data t...
by Melissa McBerkowitz
Wed Mar 26, 2014 10:58 am
Forum: Integration Development
Topic: Security User or Security Identity, phone extension
Replies: 1
Views: 486

Re: Security User or Security Identity, phone extension

No. In 3.0, we integrate these user fields with Active Directory so they don't need to be retyped into Select. Active Directory does not have a phone extension field by default, so we've updated SPAdmin to have our phone field work like AD to contain both the phone # and extension in one field (&quo...
by Melissa McBerkowitz
Wed Mar 26, 2014 10:53 am
Forum: Integration Development
Topic: Order Task, field ‘is Check List’
Replies: 1
Views: 453

Re: Order Task, field ‘is Check List’

We don't have a field for this any more but you could test the object type, which will either be ChecklistTask or RequestedTask. You could also pull from the order's separate collections for checklist tasks (Order.ChecklistTasks) vs. requested tasks (Order.RequestedTasks) to know which is which. If ...
by Melissa McBerkowitz
Wed Mar 26, 2014 10:47 am
Forum: Integration Development
Topic: OrderContact Other Type
Replies: 3
Views: 688

Re: OrderContact Other Type

Yes, there is a property named OtherType. This field is exposed on the "Other" contact type only, not on all contacts. To discover field codes like this, you can add an Other contact in the UI, put your cursor into the type field, and press Alt+F6. This will show you the field name, type, ...
by Melissa McBerkowitz
Wed Mar 19, 2014 10:55 am
Forum: Integration Development
Topic: Unable to update GFE type for HUD lines 1101/1103
Replies: 7
Views: 989

Re: Unable to update GFE type for HUD lines 1101/1103

OK - we'll look into this further and get back to you.
by Melissa McBerkowitz
Tue Mar 18, 2014 6:08 pm
Forum: Integration Development
Topic: Unable to update GFE type for HUD lines 1101/1103
Replies: 7
Views: 989

Re: Unable to update GFE type for HUD lines 1101/1103

Lines 1101 and 1103 are special regarding that field, unfortunately. The value is only used in the line there, not the charge. Try setting it on IHudLine1100Section instead, but let us know if that doesn't work so we can drill into it further.
by Melissa McBerkowitz
Wed Mar 12, 2014 12:08 pm
Forum: Integration Development
Topic: Change to "Title Status" is not logged in OrderHistory
Replies: 5
Views: 826

Re: Change to "Title Status" is not logged in OrderHistory

Gotcha, thanks. We will investigate and get back to you...
by Melissa McBerkowitz
Wed Mar 12, 2014 11:28 am
Forum: Integration Development
Topic: Change to "Title Status" is not logged in OrderHistory
Replies: 5
Views: 826

Re: Change to "Title Status" is not logged in OrderHistory

Hari - Just clarifying: you're asking for Cameron (v3.0), correct? My answer is for 3.0. In 2.6, the order history entries write as soon as you make the change in the order, but this process changed for v3.0.
by Melissa McBerkowitz
Wed Mar 12, 2014 10:31 am
Forum: Integration Development
Topic: Change to "Title Status" is not logged in OrderHistory
Replies: 5
Views: 826

Re: Change to "Title Status" is not logged in OrderHistory

The Order History change details are updated via a separate process, asynchronous from the order save. If you change the Title Status, save, and immediately view the Order History, you won't see the details of the Title Status change because that process hasn't run yet. It typically runs within a mi...
by Melissa McBerkowitz
Thu Feb 27, 2014 4:16 pm
Forum: Integration Development
Topic: Sample code for Escrow Instructions
Replies: 3
Views: 584

Re: Sample code for Escrow Instructions

When you start working in a new area of the app, there are a few ways you can learn where that data is stored. You can ALT+F6 in any field through the UI to get details about what the property (field code) name is and what object it's on. The field code browser also shows you a lot of this same info...