The status of deploying status
have added and installed couple of .wsp solutions to farm using following commands:$getSolution = Get-SPSolution -Identity "MySolution.wsp" if($getSolution -eq $null) { Add-SPSolution -LiteralPath...
View ArticleCSOM Enable Ratings on List
Is it possible through CSOM to enable ratings on lists? or must I do this through the UI?
View ArticleMinimize web part sp2013
We upgraded SharePoint 2007 to 2013 and now we cannot minimize the web parts even if each part is set with "allow minimize" and chrome state is "Title ad border" or "Title ...
View ArticleHow to Include JS file already available in SharePoint Site(Style Library) in...
I have included JS file in command Action Using below command <CommandUIHandlers> <CommandUIHandler Command="EnableCustomGroup" CommandAction="javascript:return...
View ArticleNeeding to get the value of MultiLine Textbox and Yes/No field with Powershell
I am having a hard time getting the value of a Note Field and Yes/No checkbox with Powershell. Typically with OnPrem I can use $item["field"].tostring() and this will work. With 365 I do not seem to be...
View ArticleSharePoint 2013 Download file using REST
Hello All, I want to download a file using REST API. I have a file in a document library /folder. I want download that file, but with a different name. Edit 1 : Below is my code. i am able to download...
View ArticleTimer job for scheduled content publishing?
Hi,I have scheduled a page for publishing on a particular date. But it was not getting published on that date. Anyone have idea on which timer job will execute when a page is published for scheduling?...
View ArticleAPI to find out identity of current thread in a feature receiver?
Hi All,What API can I use to get the identity under which the current thread is running in a feature event receiver?Thank you!
View ArticleMake a column is required for a document library
I follow the following step to set up the column is required. However, it works for one serve (it does not let me save document if the column is empty) but not for another server (it let me save...
View ArticleAuto-join a SharePoint community site
Hi,I've built a SharePoint site based on the new Community site template.However, I want everybody to auto-join this community. I don't want the user to have to do anything.This site is for a large...
View ArticleProgramatically Access Document Set Files URL in JSOM
Hi AllI want to access one of the file in document set in a document library .So far i was able to get the document set name and ID using JSOM as below .After getting the document SET ID . i would like...
View ArticleHow to open custom C# form on clicking on new item
Dear All, I build different forms and it's saving the values in SharePoint list what i need that if some one click on the new item then instead of opening the SharePoint list form it will display my c#...
View Articleunable to create a page content type
Add-PSSnapin -Name Microsoft.Sharepoint.Powershell#$SiteURL = get-SPSite "http://srvr1:123/sites/ENGG/"$w = get-spweb "http://sRVR1:123/sites/ENGG/" $web = get-spweb "http://sRVR1:123/sites/ENGG/"try...
View ArticleAvoid page flickering - Publishing site having custom master page and page...
Hi,I have a publishing site which contains a custom master page and custom page layouts.When navigating between pages and subsites, the pages are getting flickered. I have used script manager in master...
View ArticleHow to update Column value in a list using powershell.
Hi All,I am trying to copy value of One column to another column in same list. I am using SPSiteDataQuery for this. I am using following power shell script.if ((Get-PSSnapin -Name...
View ArticleProblem installing Service Applications
Hello Community On WS2012 when creating a SharePoint 2013 Server farm using a powershell that worked on SP2010 when the script is run in SP2013 below is the error when creating Service Applications:...
View ArticleOverride LinkFilename with Title
Dear all,within the view of a SharePoint 2013 document library, I show these two columns (amongst others):LinkFilename - "Name (linked to document with edit menu)", e.g. "filename1"Title, e.g. "This is...
View ArticleRegarding Server object Model in Custom Windows service
Hi,I am writing a custom windows service to update the Sharepoint 2013 list every morning. But when i am try to create a SPSite object by passing the SITE URL it is throwing the below error.Code...
View ArticleList alert with filter view
I need to create alert that for vehicle's inspection will expired in 14 days. So I created a view with the following filter.However, this view is not available on the alert design page. I guess this...
View ArticleSetting Custom Master page in search results page - Publishing site
Hi,I have a publishing site, in which i have a custom Master page.However when doing the search in the site, the search results does not show the custom Master page.Is it possible to set the custom...
View Article