New feature: Search for customers by e-mail

General Discussions
Best Practices
Examples

New feature: Search for customers by e-mail

Postby Christian Estrup » Fri Jan 08, 2010 10:43 am

On very popular demand, we have added the possibility of searching for customers (debtors) by e-mail:

Code: Select all
IDebtor debtors = session.Debtor.FindByEmail ("some@email.address");


Note that, since an e-mail address may not uniquely identify a customer, this returns an array of IDebtor.

If you're using .NET, to use this feature, you'll have to use the latest version of our .NET assembly - which is available here.
Christian Estrup
Chief Architect

Image
Online accounting
User avatar
Christian Estrup
 
Posts: 70
Joined: Tue Jun 09, 2009 4:37 pm

Return to Miscellaneous



cron