Search found 91 matches

by Melissa McBerkowitz
Wed Jul 17, 2013 3:08 pm
Forum: Shell (User Interface)
Topic: Proform Order Search and Protrust Ledger Search
Replies: 2
Views: 790

Re: Proform Order Search and Protrust Ledger Search

Doing this as a custom tab would be necessary, since the existing search screens are not customizable. There's no API around search functionality in v2.6, though that will change in the new version (v3.0, to be released later this year). Only the current search fields will be supported through that ...
by Melissa McBerkowitz
Mon Jul 15, 2013 10:24 am
Forum: Shell (User Interface)
Topic: Any change event for Order.RequestedTask.Status?
Replies: 5
Views: 1200

Re: Any change event for Order.RequestedTask.Status?

Yes, it's a server-side event notification.

No on the client-side event, sorry.
by Melissa McBerkowitz
Thu Jul 11, 2013 3:02 pm
Forum: Shell (User Interface)
Topic: Any change event for Order.RequestedTask.Status?
Replies: 5
Views: 1200

Re: Any change event for Order.RequestedTask.Status?

Yes! The TasksChanged event fires when tasks are added, edited, or deleted, and can be filtered to look specifically for changes to the status. You'd register for that event just like you would for the OrderChanged event.
by Melissa McBerkowitz
Fri May 31, 2013 9:24 am
Forum: ProForm (Order Tracking)
Topic: Updating a HUD through the API
Replies: 4
Views: 3195

Re: Updating a HUD through the API

You've hit a tricky area of the API - the way Select handles HUD lines is not obvious. It sounds like this would be a great place for us to add documentation or sample code in the future. Each HUD line in Select has a collection of IHudLineAdditionalCharge objects. Each HUD line has at least one cha...
by Melissa McBerkowitz
Mon Mar 18, 2013 8:39 am
Forum: Integration Development
Topic: Workflow tasks
Replies: 1
Views: 479

Re: Workflow tasks

In Cameron, the tasks within an order are stored in pfm.Task and pfm.RequestedTask. These two tables are the equivalent of Boylan's dbo.OrderTask and dbo.RequestedOrderTask tables. The tasks defined for a given workflow step in SPAdmin are in pf.WorkflowTask. This is just the workflow definition of ...
by Melissa McBerkowitz
Fri Sep 14, 2012 10:29 am
Forum: Integration Development
Topic: How to configure a new install
Replies: 1
Views: 742

How to configure a new install

Some tips and notes to help everyone get through their first install of Select: 1. You must create a new database during install, not upgrade your company's existing database (our upgrade is still being completed and tested). 2. You can install all 3 tiers on your dev machine. 3. SQL Server must be ...
by Melissa McBerkowitz
Wed Aug 22, 2012 12:53 pm
Forum: Integration Development
Topic: Login error
Replies: 13
Views: 2110

Re: Login error

There's a default admin account that will give you full rights:

Username: Admin
Password: Passw0rd (that's a zero, not an "o")
by Melissa McBerkowitz
Thu May 24, 2012 8:40 am
Forum: Integration Development
Topic: Stale Endorsement Collection in API
Replies: 7
Views: 898

Re: Stale Endorsement Collection in API

Joe,
Just wanted to confirm that this issue has been resolved for Boylan SP11, which will be available on 6/8.

Thanks,
Melissa
by Melissa McBerkowitz
Mon May 14, 2012 9:16 am
Forum: Integration Development
Topic: WCF services
Replies: 1
Views: 485

Re: WCF services

The 3.0 release is scheduled to be released at the end of October. This is a major release with many architectural changes. I'll contact you offline with more detail.
by Melissa McBerkowitz
Thu Apr 12, 2012 2:17 pm
Forum: Integration Development
Topic: Stale Endorsement Collection in API
Replies: 7
Views: 898

Re: Stale Endorsement Collection in API

Update: We also plan to address this issue with our next service pack, SP11, tentatively planned for release in mid-to-late May. The service pack will address this by filtering the deleted endorsements out of the collection as it is presented through the API.