Search found 53 matches

by mlevi
Tue Jul 21, 2015 11:10 am
Forum: Shell (User Interface)
Topic: List Changed Handler (on Item Added) Error
Replies: 9
Views: 1580

Re: List Changed Handler (on Item Added) Error

I am trying to implement this. I have navigated to any order and gone to the specific field i want to add a custom rule on. In my case the field is Underwriter on TitleInsuraceCalculation I hit Shift-f12 and i get the window for the custom rule. (I actually also tried doing this on the Invoice Numbe...
by mlevi
Mon Jul 20, 2015 4:00 pm
Forum: Shell (User Interface)
Topic: List Changed Handler (on Item Added) Error
Replies: 9
Views: 1580

Re: List Changed Handler (on Item Added) Error

We are looking to automatically set a zone and underwriter on a TitleInsuranceCalculation any time one is added, currently a user needs to select these values manually. We were thinking it makes the most sense to do this on Item added on the List changed event. The First Title Insurance Calculation ...
by mlevi
Mon Jul 20, 2015 2:47 pm
Forum: Shell (User Interface)
Topic: List Changed Handler (on Item Added) Error
Replies: 9
Views: 1580

Re: List Changed Handler (on Item Added) Error

Here is my code, there are three parts to it: Event attaching Setup ListChangedHandlers insuranceCalculations = new ListChangedHandlers { SelectorPath = "Title/TitleInsuranceCalculations" }; insuranceCalculations.ItemAdded = OrderCollectionHandlers.NewTitlePremiumUpdates; // attach to lis...
by mlevi
Thu Jul 16, 2015 6:09 pm
Forum: Shell (User Interface)
Topic: List Changed Handler (on Item Added) Error
Replies: 9
Views: 1580

List Changed Handler (on Item Added) Error

Hi, I have added a list changed event handler to the TitleInsuranceCalculations collection, i run my code on the item added event. Seems though when i try to change a property on the IOrderItem(TitleInsuranceCalculation) in gives me a strange error. This is the error i am getting: "InvalidArgum...
by mlevi
Mon Mar 16, 2015 9:20 am
Forum: Integration Development
Topic: Programmatically filter out ComboBox choices
Replies: 2
Views: 497

Programmatically filter out ComboBox choices

Hi, We're setting up the Order Type combo box in a custom SnapSection, using the code below. this.fieldBoxEx1.Bind(this.DataSource, "Type"); We'd like to filter out certain choices from the combo box based on other order data. For instance, if the Order.TransactionType is a refinance, we o...
by mlevi
Fri Feb 13, 2015 10:57 am
Forum: Shell (User Interface)
Topic: Automatically set "My Screens"
Replies: 6
Views: 1279

Re: Automatically set "My Screens"

Ok, thanks so much for your help.
by mlevi
Wed Feb 11, 2015 4:14 pm
Forum: Shell (User Interface)
Topic: Automatically set "My Screens"
Replies: 6
Views: 1279

Re: Automatically set "My Screens"

Yes it does. Thank you very much. Can this be executed on a per order tab basis? We really want to set the layout based on some order data once a user opens a order. Is that possible at all? Right now we are using the IWindowManager.ActiveDocumentChanged event to examine the order data, and then run...
by mlevi
Tue Feb 10, 2015 7:00 pm
Forum: Shell (User Interface)
Topic: Automatically set "My Screens"
Replies: 6
Views: 1279

Re: Automatically set "My Screens"

Thank you. Just to clarify, we trying to do something different. When an order is open in the GUI, the ribbon has a button that says "My Screens". A user can go ahead, click that button which brings up a dialog to select a new screen, and once the user clicks "OK", the document l...
by mlevi
Tue Feb 10, 2015 1:19 pm
Forum: Integration Development
Topic: Create Task from ILookupRow
Replies: 4
Views: 856

Re: Create Task from ILookupRow

That's great news.

Thank you very much.