Skip to main content
Hi Members,

There is a checkbox on the opportunity I want to mark to True when opening the opportunity clone screen by clicking the standard clone button.

Is there a way to do it using flow or any other idea tool (apex) ?

Thanks!

Mark
3 个回答
  1. 2022年4月25日 08:17
    Hi Bassamb,

    You can check isclone() function in the trigger on after insert and update that orginal opportunity as mentioed in the below stack exchange post.

    https://salesforce.stackexchange.com/questions/127792/opportunity-standard-clone-button-how-to-detect-cloned-record-in-an-apex-trigge⌗:~:text=In%20the%20before%20insert%20trigger,is%20being%20created%20through%20cloning.

    If this solution helps, Please mark it as best option.

    Thanks,

     
0/9000