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
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.