
I cannot use the alternative of making the Name field as Auto Number and create a custom field and make that as mandatory since, some other object has lookup to this object 'Abc' .And in the lookup we can only search through the Name field.
Kindly provide some idea regarding this issue.
6 respostas
Hi Ira.
Here is what you can do with the Winter 14 Release. Salesforce has enhanced the search facility to include most fields on the object (some exceptions are there though), but text fields are included.
1. Rename the Out of box Name field to Id and set it to Auto number
2. Configure a new text fields to store the Name (can be more than 80 chars or 255)
3. Train the Users to use the SEARCH ALL fields option in the lookup. Default is based on the Id, but the user can change the selection to ALL FIELDS and then type in the text from the custom Name field. And this will bring in the results
Hopefully this should solve your problem with the recent release. If this answers your question, mark this as answered so others can benefit.