Tuesday, May 26, 2015

Infopath's built in Username() function returning “i:0#.w|Domain\UserName” instead of just UserName

 I can modify the UserName() return string to display only the username as opposed to "i:0#.w|Domain\UserName"
 using substring-after function we can get only user name instead of "i:0#.w|Domain\UserName"

Eg:


Here I will use two controls one is "LoginUserFullName" ans second is "UserName"
 "LoginUserFullName" control has "i:0#.w|Domain\UserName" now am going to store the user name with out domain in "UserName"control by using substring-after(LoginUserFullName, "\")

Sunday, May 17, 2015

SharePoint 2016 new features Ignite Updates

http://www.enjoysharepoint.com/Articles/Details/sharepoint-2016-new-features-ignite-updates-21150.aspx

SharePoint Server 2016 Hardware and Software Requirements

http://www.enjoysharepoint.com/Articles/Details/sharepoint-server-2016-hardware-and-software-requirements-21141.aspx

Saturday, May 16, 2015

3 SharePoint Paths for the Next 10 Years

http://www.cmswire.com/cms/social-business/3-sharepoint-paths-for-the-next-10-years-029170.php?utm_content=bufferfd0b9&utm_medium=social&utm_source=linkedin.com&utm_campaign=buffer#null

Thursday, May 7, 2015

How to reduce the size of logging database OR How to purge the old data from Logging Database

Below link is very usefull to reduce the size of logging database


http://blogs.msdn.com/b/manhar/archive/2012/04/17/how-to-reduce-the-size-of-logging-database-or-how-to-purge-the-old-data-from-logging-database.aspx