How to read the "Name" field from document library in workflow?
Hi,The task I'm trying to accomplish looks pertty simple: I need to read a value of the item's "Name" field inside the workflow. I try to do it using LookupSPListItem and GetDynamicValueProperties...
View ArticleInsert Web Part option is missing from ribbon in SharePoint 2013
Hi,I am trying to add a web part to a page. When i open the page in edit mode "Insert Option is missing"Insert Web Part option is missing from ribbon in SharePoint 2013. How could i get back this option?
View ArticleREST API unable to retrieve custom lookup value
Hi,I'm trying to retrieve a list item that contains an extended lookup field. For some reason I'm keep geting this error:The field value for field "fieldname" of type "fieldtype" cannot be...
View ArticleShow Minimal Master in CRM iframe
Hello,I've got a SharePoint 2013 (online) and a Dynamics CRM (online). I want to show a document library within a customer in an iframe. For this I have to allow framing. No problem.The problem is I...
View ArticleSharePoint "Groups" specific to subsite
Hi I created the custom group(say Test) in SharePoint People and Groups gallery of sub site(sayhttp://servername/subsitename/). I want this group to be display only in created sub site not to root...
View Articlemissing 'apps you can add' on html master page
I created a master page for a publishing site using design manager and it doesn't have the 'Apps you can add' section on the add an app page. I'm trying to figure out what I need to add to the master...
View ArticleSite Pages and Respective Document Folder
Hello,I've created a site page for each department. I also created a document webpart where I've added subfolders. Here's an example of the folder structure:Departments Accounting Finance...
View ArticleCannot set up external content type
I'm trying to set up an External Content Type in SharePoint Designer 2013 in my Office 365 SharePoint site.I have connected to the site (can make changes to all other parts of the site with no...
View Article0x800a01b6 - JavaScript runtime error: Object doesn't support property or...
Hi all,I am create a SharePoint 2013 App that initially creates Taxonomy Term Sets and than creates a Document Library and adds a field using the newly created Terms.The problem I am having is I get an...
View ArticleTop Navigation showing all folders in drop down menu
On the top menu, I am trying to get it to show the following style navigation in drop down form:Subsite --> Documents --> All subfoldersThe only way I can figure to do this is by hard coating the...
View ArticleMove navigation bar of promoted list down
is it possible to move horizontal scroll from position 1 t0 position 2 as in image?any pointer will be helpful..
View ArticlePublishing major version document with Workflow
HiI have a SharePoint Designer Workflow 2013 and need publishing the major version of document. But, I think that there aren't actions to do publish the document in SPD Workflow.How can I to do the...
View ArticleCAMl Query -CSOM - Display Modified date of list Item in a required format
Hi All,I want to display last modified date of a List Item.I am getting the value in this format : Tue Feb 25 23:06:57 PST 2014How ever, I want to display it as : Tuesday 25th February 2014Please...
View Article'Claims' and Most of the namespace does not exist in SharePoint 2013 with...
Microsoft.SharePoint.Administration.Claims The type or namespace name 'Claims' does not exist in the namespace 'Microsoft.SharePoint.Administration' (are you missing an assembly reference?)Can anyone...
View ArticleSharepoint 2013 Workflow Custom Activity
Hi,I need to develop a Custom Action Workflow for SharePoint Designer 2013. I tried use this blog...
View ArticleHow to get all list items by LookupSPListItem in Visual Studio workflow?
Dear all,I'm working on SharePoint-hosted app and have two lists (A and B) and a workflow (activate in list A).And, I have data in the list B and would like to get all of them in workflow.I try to use...
View ArticleHow to get analytics reports programmatically in SharePoint 2013?
In SharePoint 2010 it was possible to obtain data from web analytics programmatically using Microsoft.Office.Server.WebAnalytics.Reporting.AnalyticsReportFunction class.How can you get search reports...
View ArticleUnable to paging in XSLTListViewWebPart programmatically.
I want to display the document library's view on the page. To do so, I am using XsltListViewWebpart. My code is: XsltListViewWebPart documentView = new XsltListViewWebPart(); documentView.ListId =...
View ArticleSharePoint content database size limit
Hi All, I am just verifying whether my method is a right way to do it.I created a site collection and I am need to clone the sites. I tried Export/Import but the permissions are not copied as I use a...
View ArticleLINQ to SP Problem
Hi Guys I have a following var resultsMarks = from mItem in MItemList.ToList() select new { ScienceGroup = mItem.ScienceGroup, ArtsGroup = mItem.ArtsGroup, CommerceGroup = mItem.CommerceGroup,...
View Article