After deploying it, I can go in to Accounts and open the list view drop-down, and I see my view. I test it, it works, hooray! However, when I log in as one of my users who's given me login access, I look at the same drop-down, and the view name is there... TWICE. I've logged in as a few users now, and they all show the view name twice in the drop-down. Any idea what could be causing this? I don't want to move my changes over to production before I figure this out.
Thanks
-- Kelley
10 risposte
Hi kminor,
I could reproduce your issue. This happens when you deploy a default listview(maybe relabeled) with a changeset and that listview was already assigned to some users.
If you use Eclipse to check the actual object__c metadata you will only see the real listviews, you won't see the duplicate listviews.
I know...this is strange to happen.
The fix is simple:
1. First remove that 'Manage public list views', this is a dangerous setting to give to standard users.
2. Go to the list view as a sys admin and take a snapshot of the groups this list view is shared to.
3. Change the sharing settings to be shown only to you.
4. Save.
5. Assign the list view to the public groups you had previously
6. Save.
Have fun!
Sal.