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
Mario VersteegMario Versteeg 

create a custom clone button to copy all values except one (status) on the new record

User-added image

We use a property field with a standard clone button. See picture.
Now i need to create a new clone button that will copie all fields the same eccept for the status field. That should by cloning set default to "Open"
The status is a multi picklist..
Is there a way you can help me with this.
@GM@GM
Create new custom 'clone' button and append the VF page to this custom button to be placed on page layout. The VF & its extension call can do the logic as per your requirement.

Hope the below blog will be helpfull.
http://blog.jeffdouglas.com/2009/11/19/apex-deep-clone-controller/