Forum Discussion
Brent Ellis
Feb 08, 2017Silver Contributor
"My Groups" list for SharePoint Homepage Web Part
So, we are about to do some major rollout of Groups to our company. While there are a million "entry points" for Groups, we simply wanted a list of Groups that a member belongs to on our Intranet Ho...
Brent Ellis
Dec 03, 2018Silver Contributor
Perhaps my mistake in a poor copy paste, it looks like
$("#listOfGroups").html(str);
should be
$("#listOfGroups").html(html);
in the above example
$("#listOfGroups").html(str);
should be
$("#listOfGroups").html(html);
in the above example
hgromek
Dec 04, 2018Copper Contributor
My again! Any insight on how to pull in Team conversations or planner URLs?