cancel
Showing results for 
Search instead for 
Did you mean: 

Personalization button - contacts search result

Former Member
0 Kudos

Hi experts!!!

I am so confused about this:

I want to hide the 'Personalize' button from the contacts search results.

I know you can remove the entry from table gt_button in some components ( eg Overview ) or edit the html page for others ( chtmlb configTable has an attribute personalisable ).

But this is not the case in the search results view.

Any other ideas???

Thank you all in advance!!!!

Accepted Solutions (1)

Accepted Solutions (1)

arunprakash_karuppanan
Active Contributor
0 Kudos

Hi,

Which component/view are you talking about? Is it the BP_CONT_SEARCH/SearchResult ? This view still uses the configTable tag.

Regards,

Arun Prakash

arunprakash_karuppanan
Active Contributor
0 Kudos

Hi,

Then you can of course add the parameter "personalizable" to the tag. You have already mentioned this. So, I don't understand...


  <chtmlb:configTable id                    = "Table"
                      navigationMode        = "BYPAGE"
                      onRowSelection        = "select"
                      selectedRowIndex      = "<%= RESULT->SELECTED_INDEX %>"
                      selectedRowIndexTable = "<%= RESULT->SELECTION_TAB %>"
                      selectionMode         = "<%= RESULT->SELECTION_MODE %>"
                      personalizable     = "FALSE"
                      table                 = "//Result/Table"
                      usage                 = "SEARCHRESULT"
                      visibleRowCount       = "<%= lv_rowcount %>"
                      width                 = "100%"
                      actions               = "<%= controller->gt_button %>"
                      actionsMaxInRow       = "5"
                      showNoMatchText       = "FALSE" />

Regards,

Arun Prakash

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes that is exactly the view i am talking about.

What about the config table????