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
mukesh guptamukesh gupta 

Check Clone by process builder

I am using a process buider:- 

if user cloned any opportunity then one of my process builder should not execute, after creation of this opportunity if user edit this opportunity then process builder should execute.

Please suggest
ShirishaShirisha (Salesforce Developers) 
Hi Mukesh,

Greetings!

I don't think this is possible as the process builder fires whenever a record is created or whenever a record is created or edited.

You need to create an before/after update apex trigger to achieve your requirement.

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri
 
mukesh guptamukesh gupta
Hi Shirisha,

I need to use process builder, because i am using approval process, according to process builder creteria

Regards
Mukesh