SharePoint 2010: Trimming page content based on group -


In SharePoint 2010, what are the best practices for trimming content on a page by group? For example, I have two types of customers, each of which belong to a different group. I only want Client 1 to see my content (links, text, etc.), and I only want Group 2 to see my content. I can put this content on different pages, but some customers will be related to both groups, and it is understood to display all this information on the same page.

Depending on how much security is.

Restrict content displayed with Content Query Web Part You Can Use Audiences - But this is not a security restriction.

Another option is to store individual lists, with permission restrictions on lists, and on the surface of information through CQDPS, standard list view or XsltListViewWebParts.

Although an error was thrown back in SharePoint 2010 beta if there was a web part pointing to a list that you do not yet have access to, but I'm not sure that as a bug Was fixed or it remains as a facility.

Comments