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
mmaxtrammaxtra 

Hide Edit Button when is Complete???

Hi :

   Is there a way to hide the Edit button when the Status equals complete ....

Thanks

MMA

Best Answer chosen by Admin (Salesforce Developers) 
HarmpieHarmpie

Inside a visualforce page it is:

 

 

<apex:commandButton rendered="{!Status!='complete'}" />

 

 

 

All Answers

HarmpieHarmpie

Inside a visualforce page it is:

 

 

<apex:commandButton rendered="{!Status!='complete'}" />

 

 

 

This was selected as the best answer
prateek___7prateek___7

hi can you tell me how to hide button (work with portal )from account layout  on some condition