How to "Enable Search Bar" on Header of Portal Homepage

Babji Sadhu
Tera Contributor

Hi,

 

Is there any way of how to enable Search bar on header of the ESC Portal Homepage in a cloned widget.

Also disabled the Hide on Homepage Script for Search Bar, but didn't work. Any alternatives or modifications could help me a lot. Kindly find the attachment given below.

 

Thanks & Regards

2 ACCEPTED SOLUTIONS

Community Alums
Not applicable

Hi @Babji Sadhu ,

  1. Navigate to All > Service Portals > Portals.
    The Service Portal module displays the list of all the available portals.
  2. Click Employee Center.
    If the Employee Center form is read-only, the message To edit this record click here appears at the top.
  3. Click here to edit the form.
  4. Beside the main menu field, click the Preview this record icon to open the Employee Center menu record.
  5. Edit the Additional options, JSON format field.
    Option Parameter setting
    Search bar To enable this option, set the exclude_search_on_homepage value to false.
    "exclude_search_on_homepage":{
    		"displayValue":"false",
    		"value":false
    Default value: true
    Note: By default, the search widget is displayed in the Employee Center homepage. Search bar on the global header is hidden by default that you can enable, if needed.

View solution in original post

Community Alums
Not applicable
2 REPLIES 2

Community Alums
Not applicable

Hi @Babji Sadhu ,

  1. Navigate to All > Service Portals > Portals.
    The Service Portal module displays the list of all the available portals.
  2. Click Employee Center.
    If the Employee Center form is read-only, the message To edit this record click here appears at the top.
  3. Click here to edit the form.
  4. Beside the main menu field, click the Preview this record icon to open the Employee Center menu record.
  5. Edit the Additional options, JSON format field.
    Option Parameter setting
    Search bar To enable this option, set the exclude_search_on_homepage value to false.
    "exclude_search_on_homepage":{
    		"displayValue":"false",
    		"value":false
    Default value: true
    Note: By default, the search widget is displayed in the Employee Center homepage. Search bar on the global header is hidden by default that you can enable, if needed.

Community Alums
Not applicable

Hi @Babji Sadhu ,