KeywordQuery SourceID and QueryText don't work together
Hi, I try to use a KeywordQuery (Microsoft.Office.Server) in my sharepoint farm solution. The KeywordQuery should use a search text and a "Result Source". The "Result Source" contains a path to a...
View ArticleWhat's the control on List Forms for Person or Group?
Hi,Anyone know what is the control that binds to Person or Group field in SharePoint 2013? It does not have the Check Names and Browse buttons beside the text box like PeopleEditor does, and it...
View ArticleSharePoint 2013 Business Intelligence
Hi All, <o:p></o:p>I read and watched a couple of TechNet vidoes and some external websites about SP2013 Business Intelligence. Most of websites used AdventureWorks Database to show the BI...
View ArticleProblems with Friendly URLs
We developed a SharePoint 2013 publishing site with Friendly URLs and Managed Navigation. Occasionally, click on the details page very slow. At this time, Developer Dashboard to provide information:...
View ArticleAlternate css can only be seen by certain users
I applied an alternate css to my master page for the background image and it is only seen by people with full control access of the site. Others, like contribute, read-only, etc do not see the...
View ArticleIQueryable returns 3693 Items but only inserts the first 1000 to dropdown lists
Hi all,I am querying SharePoint to retrieve all the lists of accounts. I can see that I have 3693 account items when I query the results. However when I convert this into a lists or insert this as...
View ArticleHandling SAML token expiry in Sharepoint 2013 using JSOM
In my custom page, I have controls where I have to do certain validation and populate controls based on some selection using client side javascript object model in sharepoint 2013My js code looks like...
View ArticleHow to use CustomSchemaXml to create List in CSOM
How to create a list using CustomSchemaXml property for creating List in Client Object Model. This property is present in ListCreationInformation class. There must be a significance to this...
View ArticleSharepoint 2010 Document Library Group Filter
I am having difficulty grouping my documents without folder by grouping by. I would like to use the expand or collapse feature. I have several documents that are need to be group together and have a...
View ArticleCollection was modified; enumeration operation may not execute. while...
hi,i was creating the folder within a doc lib with the below code, but i am getting the below error:using (SPSite objchildsite = new SPSite(singleWeb.Url)) { using...
View ArticleChanging team site page layout and master page with powershell
I am very new to Powershell and Sharepoint 2013 and very sorry if I ask any silly question.Can anyone help me with powershell script that can help us change the Masterpage and Pagelayouts of MySite's...
View ArticleSharePoint document library search
Hi Friends,I have a SharePoint document Library contains multiple documents.Like (pdf,word and text files and so one).I want restrict the search on company secure documents for users.How can I do...
View ArticleEvent Receiver - ListDeleted firing. ListAdded not firing
Has anyone seen this behavior? The same event receiver and class. ListDeleted fires. ListAdded does...
View Articlevisual webparts deployment using visual studio
Hi Friends,I have visual studio solution having 10 SharePoint visual webparts.I want deploy only 5 webparts.Can I add those 5 webparts under the solution and deploy the solution.It will deploy only the...
View ArticleConvert server side script to client side object model script
$SPWeb =Get-SPWeb myweb-AssignmentCollection $SPAssignment $SPWeb.ListTemplates|SelectName,Description $SPTemplate = $SPWeb.ListTemplates["Custom List"] $myListGuild =...
View ArticleCustom Workflow Activity Not Showing on VS2013 Toolbox
I am following Jason Lee's blog to develop custom workflow activities using Visual Studio 2013. I need to have one of the activities use another custom activity. After deploying the first custom...
View ArticleIf I use a page redirect in Sharepoint will it count it in web page analytics?
My hope is that it does count it. The situation is someone gets an email and they click a link to a SP page which redirects it to a blog post on another page. We are using SP 2013 Online. I want to...
View ArticleSharePoint 2013 BCS list update from another list
I have a BCS external list connected to SQL. I want to use a workflow so I create another normal list that I want to update the external list and then have it update the database. Is this possilbe. I...
View ArticleAdding a reference to external assembly
I have a class library project which I have added as a reference from within a web part project. When I open and see the WSP contents, I do not see the class library DLL. Should I be seeing it or would...
View ArticleSharePoint 2013 publishing pages autosave in IE (doesn't happen in Firefox or...
When I edit a publishing page on a 2013 publishing portal site in IE 11 and instead of clicking save I navigate to another page, the page being edited gets automatically saved with the edits I made....
View Article