Unable to access Central Administration and cross site publishing but Public...
Our Public facing website developed on sp 2013. unfortunately since morning we are unable to access Central Administration and Cross site publishing but Public facing website is working fine. When...
View ArticleMaster page applied does not match what is on the ChangeMasterPage.aspx page
I'm working on a program that will update all the master pages for a given list of site collections with a banner at the top. I started off by querying each site and logging what master page each site...
View ArticleProblem in Dynamic CAML in SharePoint 2013 server
Hi Folks, I need to select specific IDs from a Workflow Tasks in SharePoint. I madedynamic CAML query and created a console application and this is the code: using Microsoft.SharePoint; using...
View ArticleWrite data to application variable of SharePoint application
Hi ,I have a requirement where i have to write access code data to Application variable of SharePoint.And How to get data in application cache for easy access?How can i do the above?Thanks,Pallavi
View ArticleDisplay User Profile Picture
Hi all,I am trying to display userprofile picture in my custom master page.<%@ Register Tagprefix=”SPSWC” Namespace=”Microsoft.SharePoint.Portal.WebControls” Assembly=”Microsoft.SharePoint.Portal,...
View ArticleSharePoint App. query.set_viewXml is retrieving all list items. .
Hi All, I am making a SharePoint app and able to select SharePoint list items using CSOMwith 5 total list count. I am updating list items, use a dynamic CAML query and CAML query works fine...
View ArticleCustom action for SharePoint Online
Hi All, I have a requirement where approvers can navigate to the workflow tasksand approve all the tasks in bulk. I am thinking writing a custom action as a SharePoint Add-in and I am quite new to...
View ArticleUpdate Multiple List items using SharePoint Apps via CSOM
Hi All, I am looking for a code sample for updating multiple list items using Javascript and CSOM. I tried this link but it threw an error....
View ArticleLimit the selection of check-boxes in a SharePoint Survey form
Hi,I have created a survey that has one question. Here is a form (NewForm) of a survey:If there are more than 2 check-boxes checked, it should alert the user and don't let him/her submit the form....
View ArticleSharepoint O365, Direct Send email from a Console Application
Hi All, I am trying to send a E-mail from a console app, all of my receivers are in O365(internal users) so i want to send Direct email, as it does not require a account with mailbox as discussed in...
View ArticleHow to Display the Current User’s Profile Properties as a web part in share...
Hi all,My requirement is to display the currently log in user properties like Profile picture,First name,Last name etc... as a web part in share point 2013 online.please help me.Thanks,venkateswararao.
View ArticleDisplay easily each line, item or document in powershell
Hi all,Can you give me the good syntax to list/display with powershell the documents for a libray and the items for a list please ?In a second time I would like to loop on each column to check if the...
View ArticleSearch has encountered a problem that prevents results from being returned....
Hi all, i am facing error following error on the page.Please give reply if you know answer.Getting results failed: Microsoft.Office.Server.Search.Query.InternalQueryErrorException: Search has...
View ArticleWhile using Sp service get operation not getting data of column Created by...
Hi, I am using get operation and getting all columns data but not getting 'created by' and 'modified by' fields data,can anyone help me in this? $().SPServices({operation: method,async: false,...
View ArticleIs there any rest api to start designer work flow?
I have requirement to start work flow from out side the sharepoint. For that if any rest api exist then I need to use that rest api of sharepoint to start designer work flow. Can anyone help me with,...
View ArticleGet Running Timer Jobs by PowerShell
Dear All,Kindly, do you know if it is possible to get the running timers jobs using PowerShell..We can not write server side code in production as we can not have downtime.... Is there API for it? Is...
View ArticleReset List Item ID in SharePoint 2013 online List
Is there any way i can reset List Item ID in SharePoint 2013 online List . because i have deleted all the items in the list . i need to reset Id counter to 1
View Articleget values of field of a list
i want to retrive the value of the field 'employeeName' from my list'employeeDetails'. i have the code below.i got error as-uncaught syntax error : unexpected identifier.how to fix this?if you have any...
View ArticleProvider Hosted APP with ADFS – Created By Issue
I have created one provider hosted app and have done ADFS configuration for SSO to SharePoint Site to SharePoint APP Site.But when I adding/updating list item created by user is...
View ArticleAlert box to display SharePoint list values before submitting
Hi Team,I am having "Preview" button in NewForm.aspx page of a SharePoint List. When that button is clicked, a pop up box should display with values entered by the user in NewForm.aspx before...
View Article