Which is better approach to manage sharepoint online - PowerShell Script with...
Which is better approach to manage sharepoint online - PowerShell Script with CSOM or Console Application with CSOM?change in sharepoint scripts not require compilation but anything else?
View ArticleHow to disable the FULL SCREEN option in the 'Insert Video and Audio' option
Hi,I've been inserting some MP3's and using an image for pupils to click on to play the sound, the images are 100 pixels by 100 pixels.The only issue is that I have the grey rectangle 'Full Screen' box...
View ArticleSharePoint development template for Visual Studio 2012
I have Visual Studio 2012 and OfficeToolsForVS2012RTW installed. I need to create an event receiver. However, under SharePoint Solutions section, I only see the following project templateSharePoint...
View ArticleBest Practice for Storing Sharepoint Documents
Hi,Is there a best practice where to store the documents of a Sharepoint? I heard some people say it is best to store sharepoint documents directly into file system. Ohters said that it is better to...
View Articlehow to create custom search box will allow up to 60 alphanumericcharacters &...
Hi,Can anyone please help me in creating the Custom Search box with below mentioned functionality"The search box will allow up to 60 alphanumeric characters.User can input a minimum of 1 character and...
View ArticleHow to prevent anonymous access on programmatically created document library
I got a document library with unique permissions, which I created using CSOM. The web application has anonymous access activated (deny write) so everything within allows read-only access. Now I want to...
View ArticleUnauthorized response for Rest API use in SharePoint 2013 workflow - Office 365
Hello,I am working on setting item level permissions on InfoPath form in SharePoint Designer 2013 workflow. As direct actions to set permissions are not available in SharePoint 2013 workflow, i am...
View ArticleFBA - machine.config modification issue
I am trying to implement form based authentication in my SharePoint 2013 Env. As a first step to implementing FBA, we need to modify the machine.config file in the server.I started by just adding the...
View ArticleSharepoint Website creation with local group
Hi i programatically create a new website so:using (SPSite site = new SPSite(SPContext.Current.Web.Url)) { using ( SPWeb newWeb = site.AllWebs.Add( SiteName,//Site url SiteName,//Site Name...
View ArticlePublish Provider Hosted (SP Online)
Hi guys, I have created a default Provider-Hosted App in Visual Studio 2013 without modify any code. I tried to publish this app to my Windows Server and i can't get it to work. If i publish in Windows...
View ArticleFilter in a BCS
Hi!I'm doing an External Content type in Visual Studio and I'm trying to create a default filter to minimize the amount of data that I get from the webservice.I want to select all rows from the...
View ArticlePrintable Version of List Item
Hi,I am using Sharepoint Online 365 version at https://our-company.sharepoint.comI have a list with employees information such as Name, Designation, Departments, Salaries, Gender, Aderess,...
View ArticleWhy 'Modified' and 'Modified By' Column is updating When I am creating in new...
Hi ,I am adding a new Item in SharePoint list,Why its modified and 'modified By' field is updating?Only create and 'created by' fields should be updated?Vishal Goyal
View ArticleJSLink to Modify URL to open in new Window
I'm trying to write a javascript to open a URL in a new window. I'm not the best at javascript and can't seem to get the URL formatted correctly. Here is my example:(function () { // Initialize the...
View ArticleExternal REST Service Authentication
Hello everyone.Often creating complex business application using SharePoint Online, I need to externalize business logic to external service in order to use .net code and third-party assemblies.In my...
View Articleget the web part properties of documeny lib view web part using power shell
Hi,Am looking to get the propeties of a list view web part - a document library's list view web part- using PowerShellManually I am able to do the same: the steps followed by me is given below:1) I...
View ArticleDevelopment features for farm with 2 (and more) WFE
Hi!I have a question. Are there any differences in the development solutions(farm solutions, custom timer jobs, etc.) for farm with 1 wfe and farm with 2 or more WFE? And the second question, what are...
View Articleread the noteboard web part's comments
hi all, would like to know ho to get/read the Noteboard webpart's comments programmatically. if i elaborate little bit, i have added noteboardw eb part in few pages, and end users have posted comments...
View Articleadd an item into announcement list in site collec. and repeat the same in all...
hi,I have a requirement: in my site collection i have an announcement list. and in my site collection some 600+ sub sites exist. sharepoint admin uploads an announcement into this rootweb's...
View Article