Changing the Custom Properties of Custom Webpart in Sharepoint 2013.
Am working on a requirement , where i need to create a quick poll , for that i am using some Third party webpart,http://www.amrein.com/apps/page.asp?Q=5755 Â Â , this is the link of that Polling webpart...
View ArticleProblems with Sharepoint files and templates
I have a few questions about SharePoint we have been trying to get resolved.1. I can import html files into SharePoint that I have created over time. When I try to import any file with an underscore...
View ArticleRemove Background overlay/adjust container size
Hi everyone,I posted this question previously but I have yet to find a solution for it. The problem that I am having is trying to make my SharePoint landing page a little bit more appealing to the...
View ArticleJavascript: Query all users with read permission to specific list
Is it possible to use javascript to retrieve all users with read permissions to specific list? This...
View ArticleRead all site and subsites sizes with Power Shell
Hello guys,I would like to read all webapps with all Sites and Subsites with there size. How can I do that with Power Shell?Is there a good script around here? My Script shows me only the webapps and...
View ArticleDeveloping of sharepoint 2013 application offline
Hello All,PLease guide me how to develop sharepoint 2013 app offline because i dont have sharepoint server. i even tried in google but i am not able to fix.Thanks in advance.
View ArticleRecent upload and download documents in visual webpart
Hi,I need to implement a visual webpart that displays most recent uploaded and downloaded documents in sharepoint 2013.Can any one please help me the best way to achieve this requirement...
View ArticlePublishing HTML(Page content) field required field validation is not working
Hi,Publishing HTML(Page content field) is made as required field. But without filling the value user is able to checkin the publishing page. Is that field is using any default html tags(Div tag or Para...
View ArticleShow list items in AngularJS ng-grid
retrieving SharePoint list items by REST withvar app = angular.module('myApp', ['ngGrid']); app.controller('MyCtrl', function ($scope, $http) {...
View ArticleHow to update Document Library file properties under folders using CSOM
Hi,We have a document library with list of csv files under each folder.we have a custom site column named Status which is a choice field added to this document library.I want to update the choice field...
View Articlecheck the type of column using powershell within a splist
hi,i have a column called BU in my splist in many site collections.i had created using with lookup datatype and now since my design is changed i want to create this as  a a choice field with few...
View ArticleHow to send emails to Multiple Users from a Single People Picker lookup field...
Hi All,I am working with SharePoint 2013 designer workflow. we are using office 365.Our requirement to send email to multiple users, get the user groups from lookup list people and groups column.But SP...
View Articlemigrating from SP 2010 to SP 2013
I m new to sharepoint and our new project requirement is to migrate the contents from SP 2010 to SP 2013. we r not going to use any tools , so if we go manually what would be the approach to migrate...
View Articlehow to include columns with a space in name in clientcontext load method in JSOM
Hi Gurus,I have a situation where I need to read a list that has a column 'Repositary Name'.While I am reading the list in my JSOM I need to load this column in the clientcontext.load method.My code...
View ArticleCannot Deploy Workflow
Hi,I have configured Workflow Manager in my development machine, and it is connected to my SharePoint farm.My account is a member of the local Administrators and the farm's Administrators groups.When I...
View ArticleSharePoint Document Sets and Uploading
I'm setting up a SharePoint 2013 site for my employer. I was told that you could set it up such that employees can upload and tag documents. Then, you could set up custom document lists that pull...
View Articleneed to call storeprodure from entity object model in visual webpart
Getting errorCould not load file or assembly 'EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file...
View ArticleHow do I get the terms used in a TaxonomyField?
Hi All,I have a SharePoint List with a custom managed metadata field. I want to get the terms that are used for a particular item. I can get access to the item through the object model, and can get to...
View ArticleSharePoint UserName and Job title with Javascript
Hi,Can someone tell me ho to get the UserName and User Job title from a certain Group ex. "Member" from a SharePoint Site using JavaScriptvar siteUrl = '/sites/MySiteCollection '; function...
View ArticleBatch operations using CSOM in a Sharepoint 2013 hosted app
Hi All, I have a SharePoint 2013 hosted app and use CSOM queries to create multiple list items. After executing my query usingclientContext.executeQueryAsync(onQuerySucceeded, onQueryFailed); I want to...
View Article