Search found 53 matches

by mlevi
Thu May 11, 2017 2:04 pm
Forum: Integration Development
Topic: Register/Transaction integration questions
Replies: 1
Views: 682

Register/Transaction integration questions

1) I noticed the way they used to link transactions that posted from premiums is via the TitleCharge Table. When we create Transactions from the API we are missing that link somehow. How can we create transaction via the API that will be inserted into the TitleCharge table with the link? 2) In our s...
by mlevi
Wed Mar 08, 2017 2:35 pm
Forum: Integration Development
Topic: Adding Custom validation to specific fields
Replies: 1
Views: 604

Adding Custom validation to specific fields

Hi, We would like to implement custom rules based on business logic that would limit users from editing fields on an order in specific situations. I understand that through python we can build custom business rules. Is there any way it can be accomplished via the API where we can use the current cod...
by mlevi
Thu Nov 24, 2016 10:58 am
Forum: Integration Development
Topic: Changing the default server select points to
Replies: 1
Views: 472

Changing the default server select points to

Hi,
We would like to change the default server that select shell points to.
Is there a way for us to so that?
Thanks
by mlevi
Thu Nov 03, 2016 9:33 am
Forum: Integration Development
Topic: Error opening up SoftPro order
Replies: 1
Views: 535

Error opening up SoftPro order

We are trying to open up an order from Web API action opening up the order and this is the error we are getting. It seems to not be finding custom fields. These are for orders that we created throught out order creation system on the shell package that we built through the API. This is a copy of the...
by mlevi
Wed Jul 27, 2016 3:30 pm
Forum: Integration Development
Topic: Accounting ILedger question
Replies: 2
Views: 554

Accounting ILedger question

We have the need to know when a particular posts. Using ILedger.Transactions and either listening for StatusChanged or using INotifyPropertyChanged isn’t running our event handlers; presumably because the instance that we are attaching to isn’t the same as the instance being changed from the ledger ...
by mlevi
Fri Jul 22, 2016 11:54 am
Forum: Integration Development
Topic: Replicate Highlight color functionality on .Net controls
Replies: 3
Views: 669

Re: Replicate Highlight color functionality on .Net controls

Is this the property that softpro controls use to determine whether the color of the control text is crimson - red?
by mlevi
Fri Jul 22, 2016 11:14 am
Forum: Integration Development
Topic: Replicate Highlight color functionality on .Net controls
Replies: 3
Views: 669

Replicate Highlight color functionality on .Net controls

If i have an extended .NET control and i bind to a IOrderItem. Can i replicate the highlight color functionality that softpro controls have for my control. It seems when edited the text color changes from black to crimson. I was curious if there was a property on the IOrderItem that tells us that th...
by mlevi
Wed Jun 08, 2016 12:52 pm
Forum: Shell (User Interface)
Topic: Doc Publishing in 4.5.1
Replies: 5
Views: 1428

Re: Doc Publishing in 4.5.1

When will this latest release be available to fix the issue. We are experiencing the same problem as well.
by mlevi
Thu Sep 17, 2015 11:38 am
Forum: Integration Development
Topic: Remove Default New Order Button
Replies: 1
Views: 437

Remove Default New Order Button

I created a custom new order button on the ribbon. Is it possible to remove the default new order button from the ribbon?
by mlevi
Tue Jul 21, 2015 2:09 pm
Forum: Shell (User Interface)
Topic: List Changed Handler (on Item Added) Error
Replies: 9
Views: 1579

Re: List Changed Handler (on Item Added) Error

Thanks. I was able to implement a rule. I am having issues with my second rule. On a TitleInsuranceCalculation there is a property called ZoneOrArea, it's type is IPolicyZone. I am trying to set it's value as such: def TitleInsuranceCalculation_ZoneOrArea_Value(args): args.Value = "New York Zon...