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
kiran punurukiran punuru 

how to restrict other users to edit opportunity splits

Hi,
How to restrict other users to edit opportunity splits only system admin can edit opportunity split.

Thanks
kiran
Rakesh51Rakesh51
Use validation rule on Opportunity Spilit object

$User.Id <> USE SYStemadmin ID or Profile ID && ISNEW() <> TRUE &&  SplitPercentage <> 1.00