CreatedBy and ModifiedBy Search FullTextSqlQuery SharePoint 2010
Hi at all,I've a problem. I'm using a fulltextsqlquery to retrieve the documents that I'm interested, but I see that the column CreatedBy and ModifiedBy are in blank, then, I've searched about it and...
View ArticleErrors in SP 2013 workflow project in Visual Studio 2012
with Visual Studio 2012 Update 1 installed, I'm getting a series of errors during build:Error 22 Failed to translate expression 'My.GetSpUserFromField(My.FieldDisplayNames.DocOwner,...
View ArticleCreate link for "add a page" to pages that don't normally have one?
When I am on a page added from my "Site pages" library I no longer get the add a page link in the gear menu. I would like to know if there is a way to add this link back in with some script or...
View ArticleClientContext.Load() - generate the lambda expression's for the Include method
Hi ,I have this code using client object model CamlQuery camlQuery = new CamlQuery();camlQuery.ViewXml = "<view>somefiltercalusexml</view>" ListItemCollection collListItem =...
View Article2013 Project with everything deployble as feature.
Hi, We have a new SP2013 Project which involves lot of things like creating personal my-sites on fly with custom masterpages and some default list and libraries. It also involes extensive use of new...
View ArticleHow to create custom content type for different languages?
i am creating custom content type as follow:<ContentType ID="0x0101006383f3846f9f40c9a6ab1b3a4d8cc1f9" Name="$Resources:Dev,DocumentCTName" Group="Abc"...
View ArticleDeployed App gives empty page with source...
Hi,I have following situation:1. I create new app with visual studio, change nothing. (so this the the "Hello Administrator"- app)2. Publish and deploy it to app catalog3. Add App to sitecollection4....
View ArticleSharePoint search in sitepages using custom code and bind result to gridview
hellohow i canSharePoint search in sitepages using custom code and bind result to gridviewthanksNour
View ArticleGet Actual ID Instead 0f GUID in Sharepoint Library
Hi Experties,From FTP server i read XML file in that file i get docx file name for that file name I want file Actual id instead of GUID in that function (string strContentID1 = file.ID.ToString();)So...
View ArticleDesigning SharePoint 2010 solution for look forward to SharePoint 2013 (Best...
Hello everyone!I have to design an enterprise-level SharePoint solution for SharePoint Server 2010. My solution supposedly should contain a lot of server code such as event receivers, custom list...
View ArticleHow to pass data from Parent site to Sub site to filter all list's data in...
Hi Friends, I have two sites one is Top level site collection and another is sub site. Top level site contains a List(student) with some set of records. I have a column(RollNo) of link type in student...
View ArticleHow to get user tasks from My Site task list?
Hi!I'm working on a Web Part that is going to display the five tasks that are due next from the task list on the current users' My Site. I'm new to SharePoint and kind of lost here. If anybody has som...
View ArticleAssigning a list role to "Everyone" in C#
Hi all,I've currently written some code in C# that runs on Office 365/Sharepoint Online.In the code, I'm programmatically breaking role inheritance on a list and want to assign the list to the Office...
View Articlegenerate reports from SharePoint 2010
how can I generate reports from SharePoint 2010 Form library ?
View ArticleTask is currently locked by a running workflow
I am facing a problem to Approve/Reassign a running task " This task is currently locked by a running workflow and cannot be edited".
View ArticleMulti-Tenancy in SharePoint 2013
Hi, I'm trying to segregate a SharePoint environment using Spencer's scripts and explanation. From what I understand...
View ArticleGet SharePoint Online Public Website URL from CSOM
I'm working on an app for SharePoint (namely SharePoint Online) that needs to get the public website URL.In SharePoint online, the public website site has two URLs - the one you give it (typically...
View ArticleAuto-compile themable CSS upon deployment?
Hi,So currently we're building sandboxed modules that have CSS components to them. Default styling that inherits from the applied SharePoint composed look. The problem is that when deploying the module...
View ArticleJavaScript to Client API and impersonating user
So I put together a Windows 8 app using HTML/JS and WinJS for XHR requests to SharePoint 2013 REST services. I'm pulling list data down at present, but I'd like the conversation to be broader (reading...
View ArticleIn Provider-Hosted app.
In provider-hosted app I call an Activity.Activity1 act1 =newActivity1();act1.Listid = Page.Request["Listid"];WorkflowApplication wpf =newWorkflowApplication(act1);wpf.Run();Then Get an...
View Article