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
sfdcdev69sfdcdev69 

Custom button like standard salesforce button - "Work With Portal"

Hi,

 

Can we create a new custom button which looks like Salesforce Standard button "Work With Portal".

 

How is it possible?

:) :) :) :) :):) :) :) :) :)

<apex:commandButton title="Cancel" value="Cancel" action="{!Your_ACTION}">

 

just code out you action in custom constroller.

sfdcdev69sfdcdev69

Its not a normal custom button.  Check for "Work With Portal" Button . It will be visible on contacts only if Partner Portal is enabled I guess.

 

I want to create a custom button which looks like that button. Can any one help me with that?