Hi All,
I have a new Nav client for which i will be training on filter techniques. These guys are pretty lazy and i know they will not want to add an @ to the beginning of the filter to make it case INsensitive. I have read on some other posts that making the SQL database Case INsensitive will get around this problem. My question is, has anyone had experience with doing this? Does anyone know whether this will cause problems in other area's?
Item descriptions for this company have come from a legacy system and are all over the place (ie: COKE, Coke, COCA Cola, COCA COLA etc)....
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Do also hate all that case and accent sensitive stuff if looking for a record.
Option to make description lowercase is just a solution for description field. SQL server property, is a solution for whole application without any modification
Consultant-Developper
http://www.CreaChain.com
But a practice like that asks for prblems. As primary key, allways use code or integer fields. Look for all the standard Navision tables how they primary key is build.
Consultant-Developper
http://www.CreaChain.com