Skip to main content

Posts

Showing posts with the label About me page in sharepoint 2013

Repeating table incremental row number or Auto number in Info Path

Dear All,  If you are looking the auto number in your info path repeating table here is the small and best solution  Summarized Solution  Put the following code under you repeating text field default value count(../preceding-sibling::my:RemoteSiteRow) + 1 Change the  my:RemoteSiteRow With your Repeating Table Group Name like in my case  my:OrderDetails Complete Solution original post  http://nickhurstblog.com/2011/08/26/infopath-2010-repeating-table-incremental-row-number/ This post will show you how to create an auto generated row number for your repeating table in InfoPath. Having a numbered column in your repeating table helps separate the user entries: First create a repeating table with an extra column for the Row Number. I would recommend re-naming both the repeating table and row so it’s not group1 and group2. In this example I’ve named them RemoteSiteRepTable and RemoteSiteRepRow. The row name is especially im...

Page Not Found On When you Click on About Me Link In SharePoint

Dear All, Today i found the solution for the issue of About me page in sharepoint 2013. I already test it and implement it working fine. Orignal Post http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2013/02/11/how-to-configure-my-site-in-sharepoint-2013.aspx Wondering why you (or your users) are getting that pesky "The webpage cannot be found" message when you click on About Me on your SharePoint 2013 site? Chances are, you haven't yet configured your site for My Sites. In this article, we'll walk you through the steps you need to configure My Sites in SharePoint 2013 (and get rid of error messages like the one pictured below). Resolving this issue is as easy as following these steps: 1. Go to Central Administration > Create site collections : Create a sub-site with the  My Host Site  template from the  Enterprise  tab as pictured below: 2.            ...