Search found 4 matches

by ExovelConsulting
Mon May 15, 2017 6:21 pm
Forum: Integration Development
Topic: Best way to search and return results?
Replies: 4
Views: 1764

Re: Best way to search and return results?

Thanks for your help, I do really appreciate it. I'm no expert in any of this! I'm not trying to search by those fields, they are part of what I'd like to be returned. The piece I would like to include in the search is the WorkflowProcess. It's one of the fields returned in the search (IOrderInfo). ...
by ExovelConsulting
Mon May 15, 2017 4:32 pm
Forum: Integration Development
Topic: Best way to search and return results?
Replies: 4
Views: 1764

Re: Best way to search and return results?

I may have simplified my example a bit too much. I'm trying to get orders that have an escrow status of "In Process" or "Hold", and are in a specific workflow. The bare minimum fields I'd like to get back are: EscrowOfficer (included in results) TransactionType Workflow - Request...
by ExovelConsulting
Mon May 15, 2017 3:17 pm
Forum: Integration Development
Topic: Best way to search and return results?
Replies: 4
Views: 1764

Best way to search and return results?

I've built a standalone app that interacts with Select via the API. I'm trying to perform a search and return specific fields for reporting purposes. The first way I tried is: var os = ss.GetService<IOrderStore>(); var orders = os.Orders.Where(x => x.EscrowStatus == SoftPro.OrderTracking.Client.Orde...
by ExovelConsulting
Wed Mar 01, 2017 1:44 pm
Forum: Installation and Setup
Topic: Obtaining a license?
Replies: 1
Views: 1141

Obtaining a license?

Hi, I've received the SDK and set up the dev environment with no problem, but I require a development license to proceed and was directed to this forum to help. So.. can someone here generate a license for me or point me in the right direction?