You need to sign in to do that
Don't have an account?

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?
You need to sign in to do that
Don't have an account?
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.
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?