Filtering on email address
ckndr47
Member Posts: 100
Hello everybody,
I have a codeunit through which i am filtering customer record with respect to customer email address. Now i am unable to search/filter those records with respect to email address.
One notable thing i have concluded;
If i have a customer with an email address as: test@mibuso.com
now if i will apply search filter with respect to test@mibuso.com, then the search wont return anything; now instead of searching with test@mibuso if i will search that email address without @ like testmibuso then search will return that customer information.
Either thats a bug; or my mistake. If you have any idea, then please come up some suggestion.
Thanks and Regards,
I have a codeunit through which i am filtering customer record with respect to customer email address. Now i am unable to search/filter those records with respect to email address.
One notable thing i have concluded;
If i have a customer with an email address as: test@mibuso.com
now if i will apply search filter with respect to test@mibuso.com, then the search wont return anything; now instead of searching with test@mibuso if i will search that email address without @ like testmibuso then search will return that customer information.
Either thats a bug; or my mistake. If you have any idea, then please come up some suggestion.
Thanks and Regards,
0
Comments
-
Hi,
The character '@' makes the search case insensitive so it is going to be removed from the search.
-- Alejandro --0 -
then whats the alternate?0
-
The only thing I found is using this as filter :"test?mibuso.com"
The ? replaces 1 character. Of course this filter will also show "testXmibuso.com".Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
Exactly i have also figured out the same solution, but i guess there is no alternate other then that.
Thanks and Regards,0 -
The alternative solution would be to have a new field that would copy the the exact data as the email address and skip the @ sign.
onvalidate of the email field you could populate the field.
so
test@mibuso.com
would be
test_at_mibuso.com
or test,mibuso.com
what ever you want it to be to make filtering easier.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
