Hello,
I'm desesperatly trying to make "All objects" sub-menu appear in Central Search, with no success so far. I made the configuration so that "Contact" and "Account" appear, but can't make "All objects" appear
Here is the configuration i put in place in SPRO > CRM > UI Framework > Technical Role Definition > Define Central Search:
Nab Bar Profile | Object Type | Obj. Action | UI Component Name | Search View | External Object Name |
ZMY_ROLE | BP_ACCOUNT | F | BP_HEAD_SEARCH | MainSearch | |
ZMY_ROLE | BP_ACCOUNT | H | CRM_ES_UI_APPL | CRM_ACCOUNT_ESSearch | |
ZMY_ROLE | BP_CONTACT | F | BP_CONT_SEARCH | Search | |
ZMY_ROLE | BP_CONTACT | H | CRM_ES_UI_APPL | CRM_CONTACT_ESSearch | |
ZMY_ROLE | BP_EMPLOYEE | F | BP_HEAD_SEARCH | MainSearch | |
ZMY_ROLE | BP_EMPLOYEE | H | CRM_ES_UI_APPL | CRM_EMPLOYEE_ESSearch |
What did I did wrong?
Notice that I had to define both "H" and "F" settings for accounts and contact, although according to the documentation only H are required.
Thanks in advance for your help!
PS: there is some server side caching mechanism that implies that when I change something in SPRO changes are not immediatly reflected in the web UI. How can I avoid this? Is there a way to clear the cache (I tried with transaction SMICM > Goto > HTTP Plug-In > Server Cache > Invalidate Globally).