cancel
Showing results for 
Search instead for 
Did you mean: 

How to add push button on UI?

Former Member
0 Kudos

Hi,

I would like to add a push button 'PROCESS' on one assignment block. When user selects the pushbutton I would like to execute some custom functionality. How do I achieve this?

Regards,

Akash

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please add the below code in the htm page of your view

<thtmlb: button id = Search

on Click = Search

text = Search

tooltip = Search />

Regards,

Lakshmi.Y

Edited by: Lakshmi Soujanya on Jun 7, 2011 11:09 AM

Edited by: Lakshmi Soujanya on Jun 7, 2011 11:11 AM

Former Member
0 Kudos

Just to make it more clear, all I need is a pushbutton like 'Search' on all the search pages of CRM. I am definitely not looking for the buttons we usually add at the toolbar(gt_buttons).