ExecuteOrDelayUntilScriptLoaded not executing after page publish
In SharePoint 2013 I have a page that is using the Script Editor web part. In the script editor web part I have the following:ExecuteOrDelayUntilScriptLoaded(startIt, "sp.js");function startIt() {...
View ArticleHow to send an e-mail to multiple sharepoint groups in a SP2013 workflow
I'm trying to create a workflow in designer 2013 that sends an e-mail to multiple users bases on a few sharepoint groups.However if a user is member of 2 sharepoint groups he/she will appear twice in...
View ArticleSharepoint 2013 Contemporary / mobile view. Hide library.
I have a simple Sharepoint 2013 teamsite in SharePoint online. It only contains a document library. When I open this site on a mobile device (tablet or Phone) it shows me the Contemporary view (the...
View ArticleCheck in / CHeckout settings
Hello All,Is there any configurationsettings required for web in central administration to checkin and checkout pages?Thanks in advance.
View ArticleUpdates are currently disallowed on GET requests. To allow updates on a GET,...
Hello All,I tried a lot to add webpart to page programmatically. For that i used below code:public void AddTaskListsWebPart() { SPLimitedWebPartManager manager = null;...
View ArticleSPFile.CheckIn(string Comment) not worklng
When i am trying to do SPFile.CheckIn(comments) method it's throwing following error.Done with lots of googling but no one solution help me."Updates are currently disallowed on GET requests. To allow...
View ArticleHow to programmatically add webpart to publishing page
How to add visual webpart in publishing page please let me know.Thanks in advance
View ArticleProgrammatically add webpart to page in sharepoint 2013.
I am trying to add webpart using following code:public void AddTaskListsWebPart() { SPLimitedWebPartManager manager = null; SPFile file = null; try {...
View ArticleSharepoint 2013: How to get a selected item in ListView
Hello! I need to help. I made solution with WebPart. WebPart show controls for list. I added my webpart and standard listview web part on page. Now, I would like to get a selected item in listview and...
View ArticleContent search web part, how to display a portion of a text field? (blog post)
I am doing a roll up of a single blog.I would be fine with using the 2 lines template and I have already managed to display the complete content of the body of the post.However I did not find anywhere...
View ArticleAccessing Sharepoint 2013 online from MS Access 2003
HiWe have a requirement to access sharepoint lists from MS Access 2003. We are using Sharepoint 2013 online. I heard that there is a compatibility issue in using Office 2003 with Sharepoint 2013. Is it...
View Articlecannot edit Sharepoint webpart content editor
Hi,I am a SP site collection administrator at my organization. I am not able to edit webapp content editor. What other permission do I need to edit SP content editor?Besides being SP site collections...
View ArticleYes / No field issue
Hi All, I am facing an issue with "Yes / No Checkbox" field while fetching results from CAML Query. I have created one sitecolumn with "Yes / No" checkbox type & added the same to a list, now I am...
View ArticleJavaScript runtime error: Object doesn't support property or method 'Load'
I'm pretty new to SharePoint 2013 apps and CSOM. I have written a simple SharePoint-hosted App in Visual Studio 2013 which attempts to display the current user's user profile picture using CSOM and...
View ArticleHigh Trust Provider Hosted App issues
Working on a high-trust provider hosted app with certificates, not using AWS to authenticate. It works fine when run with F5 in VS 2013, but when deployed to IIS I get a 401.2 error. Looking for...
View ArticleExecuteOrDelayUntilScriptLoaded not executing after page publish
In SharePoint 2013 I have a page that is using the Script Editor web part. In the script editor web part I have the following:ExecuteOrDelayUntilScriptLoaded(startIt, "sp.js");function startIt() {...
View ArticleHow to send an e-mail to multiple sharepoint groups in a SP2013 workflow
I'm trying to create a workflow in designer 2013 that sends an e-mail to multiple users bases on a few sharepoint groups.However if a user is member of 2 sharepoint groups he/she will appear twice in...
View ArticleSharepoint 2013 Contemporary / mobile view. Hide library.
I have a simple Sharepoint 2013 teamsite in SharePoint online. It only contains a document library. When I open this site on a mobile device (tablet or Phone) it shows me the Contemporary view (the...
View ArticleCheck in / CHeckout settings
Hello All,Is there any configurationsettings required for web in central administration to checkin and checkout pages?Thanks in advance.
View ArticleUpdates are currently disallowed on GET requests. To allow updates on a GET,...
Hello All,I tried a lot to add webpart to page programmatically. For that i used below code:public void AddTaskListsWebPart() { SPLimitedWebPartManager manager = null;...
View Article