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
VSK98VSK98 

Can we restrict inline edit on object list view

Hi All, 

Can we disable inline edit on object list view. As I know we can restrict inline edit on detail page using profile settings. Could anybody please response.

Regards,
Siva
Rahul.MishraRahul.Mishra
Hi,
You can restrict that from Setup. Setup -> User Ineterface and mark 'Enable Enhanced Lists' checkbox as false.

Please mark it as best answer it it helps you. 
Thanks,
Rahhul
dheeraj poondladheeraj poondla
Hi,
Go to Setup | Customize | User Interface 'Enable Inline Editing' and 'Enable Enhanced Lists' preferences 
Sharing Permissions allowing you to edit the records in the list.
Permissions allowing you to edit the fields displayed in the list.
After you've set up your User permissions, review these organization settings to make sure that you're set up correctly for Inline editing

Record Types considerations
If your organization uses Record Types, you must include a Record Type Filter for a single Record Type in the List View criteria as inline editing only works for lists that are filtered on a single record type. 

For example: 'Record Type EQUALS Oppurtunity' or 'Record Type EQUALS <blank>' 

Inline editing from a list will not work if there are any 'OR' filters in conjunction with a record type filter.

The 'Mass Edit from Lists' permission must be enabled for your user profile to inline edit multiple records at once.
Inline editing is not available when the viewer (User) has Accessibility Mode enabled.

Once check with the above points, if it helps please this mark as best answer.
Thanks,
Dheeraj.P