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
Kiran Kumar GottulaKiran Kumar Gottula 

Creating Detail page button

How to Create a New Case button on Case detail page when we click on that button then automatically a 
new child case should be created under that case

wangruxunwangruxun

  you  can  turn to  detail  page layout to see clearly.there  have some customzed buttons.

RajiiiRajiii

 

  

         1. You have to create visualforce page with standard controller.

         2. Then you should create the Custom button on respective object page layout detail page.

         3. Then assign the above visual force page in the appropriate custom button.

  Now when ever you click this button the appropriate page will redirect. If you are setting as detail tag in that visualforce page means the page show the details of respective data.

 

Vishal GuptaVishal Gupta
create visualforce page with standard controller.

create the Custom button on corresponding object layout detail page.

assign the URL of the page with record id to the custom button.
now whenever you click the button u'll get the detail page.