What does Search Name field actually do on a Customer Card?
I was noticing some of the Name and Search Name were not the same. I've been looking and whenever I change Name, the field Search Name also gets updated. I'm unsure what others are doing that it doesn't get updated.
Not that I'd go fix them all, there's a lot (unless you advise me to for some reason), but I was just curious that's all.
I don't know the scenerio, but for example let's say we entered a customer's name wrong so someone changed Name to read "Jones Contracting, LLC" but Search Name still reads "Jones Contracting".
I pulled up everyone on the Customer Quick Entry screen and copied it to Excel, put in a formula to compare both columns. There were probably 500 to 800 that did not match.. maybe more.. I didn't really pay attention to that as I made the file and deleted it.
0
Comments
Now when you change the "Name" the "Search Name" will update to an uppercase version of the name.
But if you edit the "Search Name" the "Name" stays as is.
If you would like to match them up again it's an easy 1-2-3 report.
Create a report based on Customer.
Add this code...& run
OnAfterGetRecord()
"Search Name" := UPPERCASE(Name);
MODIFY;
Always ask first before changing - because someone might have did this for a reason 8)
http://www.BiloBeauty.com
http://www.autismspeaks.org
Regards,
Faisal Bukhari
Chn
I'm not sure what "Search name" or "Sell-to Customer no" has anything to do with a primary key.
You can change the alt-seearch property to look at a number of different fields.
In the past I've changed the Alt Search property of the item table to look at "UPC code", "No .2", "Description".
It Sets the Name Property of an alternative field used to perform lookups on the current field.
http://www.BiloBeauty.com
http://www.autismspeaks.org
Chn