function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tarun jain 110tarun jain 110 

how to create button on standard page view

Hi,

I want to create button on standard page as show in image(Red color). If this is possible then provide me steps with some example.

Thanks
User-added image
Naveen DhanarajNaveen Dhanaraj
Hi Tarun,

No its not possible in standard page.
Its possible in Visualforce Page.
tarun jain 110tarun jain 110
Okie, can we used search bar as shown in image in our visualforce page ?
Ashmi PatelAshmi Patel
yes..u can....
https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0ahUKEwid6aL11OPPAhUHNI8KHRLkBRsQtwIIKTAC&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D0Z4KTh1woCU&usg=AFQjCNEnHwm9Bjaor24OYiiuleFOpqbrlA&bvm=bv.135974163,d.c2I


plz refer this
Ashmi PatelAshmi Patel
Hello...Tarun
u can refer this also

https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/knowledge_customize_searchpage_visualforce_03searchfield.htm
 
 
tarun jain 110tarun jain 110
Hi Ashmi,
This is not what i want. I want to use same view where their can be custom tag which is link with custom object along with one button and on that button some class is append. I want to use below highlighted view along with button. As when we create some tag on custom object it show same view but i also need button on that view.User-added image
Amit GhadageAmit Ghadage
Hi Tarun,
We cant use button at place you hacve specified but you can use button below that line.
see screenshot
List Button

To create this button 
goto SObject -->Buttons, Links, and Actions-->New Button or Link

select  List Button and behaviour as per your requirement.

Best Reagrds,
Amit Ghadage.
tarun jain 110tarun jain 110
Hi Amit,
yes we can place there.

can you tell me we can place button in highlighted part of below image ?.
User-added image
Amit GhadageAmit Ghadage
Hi Tarun,
I don't think that is possible.