Searching across orders in Custom Fields

Discussions related to custom development with Select.
Post Reply
ddudley3
Posts: 55
Joined: Fri May 03, 2013 9:11 am

Searching across orders in Custom Fields

Post by ddudley3 »

Is it possible to implement a search across orders using Custom Fields that have been defined?

i.e.

Code: Select all

IOrderStore os = ss.GetService<IOrderStore>();
var orders = os.Orders.Where(t => t.Number == "2014080001");
But instead have the custom field where .Number is?
John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Re: Searching across orders in Custom Fields

Post by John Morris »

No, this is not currently supported.
John Morris
Sr. Software Architect
SoftPro
Post Reply