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
SharathChandraSharathChandra 

On click of custom button on detail page need to show show div for progress bar is it posssible

Hi all,

 

I have a custom button on case, on click of this button i need the progress bar is it possible??

Please give solution as soon as possible.

AshlekhAshlekh

Hi 

You can show the progress bar. But I don't know it is good approch or bad.

 

1) Create a new page and put standard controller to you object.

     Now you are able to add this page on your detail page by editing layout.

     When you go editing of your layout you can drop a section and in this secotion you can drop a visualforce page by selecting    

     that page. On  this page you can create a proggress bar by java script.

 

2) Second way is create new page and override the orginal detail page.

 

Thanks 

Ashlekh,

 

If this post helps you than please give me kudo's and if this is your solution then mark it as a solution.

 

SharathChandraSharathChandra

Already i have javascript which will execute on click of the button, and that script takes time to execute show i need to show progress bar is that possible.

 

I not showing custom vf page on click of buttton. please help

AshlekhAshlekh

Hi,

 

Create a new page. On the page put standardcontroller to your object. and you are able ot put this page in your detail  pagelayout.. On the page(which is new creaed ) you can put javascript and other functionality.

 

thanks

Ashlekh