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
MMA_FORCEMMA_FORCE 

URLFor not working Help

Hi:

   the ownerid is not following thru on my opportunity clone functionality. Here is my Customize Clone button:

!URLFOR( $Action.Opportunity.Clone,Opportunity.Id, [cloneli=1,Owner=  Opportunity.OwnerId ,opp11='Open'],true)}

 I do see the Owner id fill in but once you hit save it makes the user who cloned the opportunity the owner.

Anyone know the correct syntax?

Thanks

 

AmitSahuAmitSahu
!URLFOR( $Action.Opportunity.Clone,Opportunity.Id, [cloneli=1,Owner= Opportunity.OwnerId ,opp11='Open'],false)}

What about this ?
MMA_FORCEMMA_FORCE

No that did not work... But I did a work around.

thanks

Z

AmitSahuAmitSahu
What was the work around ? Can you please share that so that It can help someone else in future...
MMA_FORCEMMA_FORCE