Wednesday, June 1, 2011

Reomove tags in list display form for lookup field.

open your list through sharepoint designer 2010 and open your list
Open your Custom form add Add Display form .
Click Advanced mode.
Add following code in this @"Column name" disable-output-escaping="yes"
Example.
<xsl:value-of select="@Class_x0020_Location"  disable-output-escaping="yes"/>




Give Read Permission for SharePoint Add-in for Azure AD Send Mail to Office 365 Domain Group users.

Below are the Steps for Send Mail to Office 365 Domain Group or AD Group users from Provider Hosted ADD-IN. For this we needs to Give Permi...