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
CalvinHobbesCalvinHobbes 

Cloning a Quotes - Is it possible?

Hey,
 
We're facing issues with saving a cloned quote.We've created a custom URL button : /{!Quote.Id}/e?clone=1&retURL= /{!Quote.Id}
On click of button,a new page with the cloned quote opens up. But when we try to save the cloned record the system throws the below error even for SYSYEM ADMIN profile:

Insufficient Privileges
You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary.
Can anyone please point out on what we are doing wrong?
 
I have all the necessary permission on Quote object - CRUD access