I am doing search in accounts entity by using look for text field. It is displaying records if it satisfies search criteria with full name column. I want to create one more search text box which displays records based on created date. How i will do this one. Please advice me
Unfortunately there's not an effective way to do this in CRM, becasue the quick find mechanism is based on string matches, which don't work well with dates. You can do exact matches on a date, but that's all