Skip to main content
Javeria Chaudhry (.) 님이 #Sales Cloud에 질문했습니다

I need to remove "Change Owner" button for list view of a custom object for some specific profiles (and not all profiles). I tried the solution here, https://salesforce.stackexchange.com/questions/298187/how-can-i-remove-change-owner-button-from-a-list-view-in-salesforce

but in lightning, the edit button doesn't show. and the classic solution takes it away for all profiles.

 

Any suggestions.

 

#Sales Cloud #List Views

답변 2개
  1. 2025년 4월 30일 오전 6:06

    Hi Aryan Sharma, 

     

    To remove the

    “Change Owner” button from the list view of a custom object for specific profiles:

    1. Go to SetupProfiles.
    2. Select the Profile you want to modify.
    3. Under System Permissions, uncheck Transfer Record and Modify All Data.
    4. Scroll to Object Settings → [Your Custom Object] → Edit, and uncheck Modify All.
    5. Save the changes.

    Additionally, check any Permission Sets assigned to the user. Ensure they don't have Transfer Record or Modify All permissions.

    If the user owns the record, Salesforce will still show "Change Owner" regardless of permissions. only the record owner but not the other profile user records.

0/9000