Skip to main content

#Trailhead #Salesforce

 

Ex: I am able to create an account list view with the label<my fav accounts>. Again I am able to create another list view with the same label <my fav accounts>. I want to restrict second-time list view creation. I know api names would be different.

1 answer
  1. Jul 8, 2021, 3:42 PM

    Unfortunately there is no direct way to control this  :(

     

    One way is a programatic approach (which is not advised) is override the Object Tab with a visualforce page. Then in that Page.. control List View creation with respective error message.

0/9000