Skip Navigation
Expand
Enhance the contact search control to display an additional family name component (infix)
Answer ID 12848   |   Last Review Date 06/01/2024

Can the contact search control be enhanced to display an additional family name component?

Environment
Oracle B2C Service
Primarily sites with Dutch and German interfaces
 
Resolution
Looking to improve agent efficiency? While researching a customer driven enhancement (CDE) the BUI Dev Team determined displaying an additional family name component (infix) is achievable today through configuration. The standard contact search control recent items displays first name and last name. For example Arend Hout. The contact search control recent items will display Arend van Hout after implementing the following steps.
 
  1. Create and deploy a contact plain text custom attribute. I created contacts.CO$infix for this example. Please see attachment.
  2. Edit your agent's BUI incident workspace.
  3. Identify which contact search report is being used. **Is it the default contact search report? Then you need to copy the default contact search report and then edit the copy.
  4. Open the Analytics Explorer and then edit the custom contact search report.
  5. Edit the first column field.
  6. Update the expression to concatenate the infix field value. For example, if the expression is ‘contacts.last_name’, change it to be concat(concat(nvl(contacts.CO$infix,''),' '),contacts.last_name) Please see attachment.
  7. Save.
  8. Login to BUI as an agent.
  9. Verify the BUI search behavior by searching for contacts with non-null infix data. Please see attachment.
Additional CDEs are filed to display the additional family name in the contact search control and on the contact workspace tab. Please reach out if your business would like to add weight to those potential future enhancements.
Notify Me
The page will refresh upon submission. Any pending input will be lost.