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
App DevelopmentApp Development 

how to customize list view for object.?

1. we having the solution, one is to remove the delete permission for object to every profile where we dont want to provide.
2. and we can create VF page to display the wanted view.

now,some out of box what i thought is to give OWD permission and put sharing rule which we will apply for all profile except admin.

Could you please give suggestion on this? how do i set it up?
or you have any better solution on this?
GautamKumarDrefGautamKumarDref
Add a custom button on the object, and add it to the search field layout.

That button will show up in the list view of the object.


And you can write custom javascript code to handle it.
App DevelopmentApp Development
thanks gautam for your reply...i want to hide Edit | Delete.....basically i want to hide "delete" from this how i do this...do you have any solution?
 
GautamKumarDrefGautamKumarDref
If you want to just hide delete you can remove the delete permission for the custom object in the concerned profile.


Goto profiles->(your_profile_name)->edit->(custom object permissions section)-> custom object-> uncheck delete.