How to search only People using javascript (sp.search.js)?
My code:$("#searchButton").click(function () { var keywordQuery = new Microsoft.SharePoint.Client.Search.Query.KeywordQuery(context);...
View ArticleGetting document library data using the REST API
I'm having trouble getting both the document URL and list item ID from a document library using the REST API.I have a custom list and a document library. One of the list fields is a lookup to the...
View ArticleAnonymous web application : All domain users can log into it with Read access...
Hi,We have an web application and Where Anonymous access is enabled.We have around 300+ host header site collections into it. This is multi-tenant farm. Issue is Any domain user can log into any of...
View ArticleHow to get the Sub Categories name on click of the Main Category in Category...
Hi All,I am new to sharepoint and working on customizing the category page of the Contoso site. Currently the Category landing page displays all the products from the main category and sub category....
View Article"New instances of this workflow template are currently disallowed" for...
Hi, everybody! I need help or advice. I have custom save button for NewForm.aspx and I have exception ""New instances of this workflow template are currently disallowed"", but this button fine work on...
View ArticleHow to set default value for a field of type 'Sp.FieldMultiChoice' using...
Hi,How to set default value for a field of type 'Sp.FieldMultiChoice'(dropdown) using JavaScriptObject Model.Able to set values for that field(dropdown field) as below. var clientContext =...
View ArticleIssue with an App Part
Greetings,Using REST and JavaScript, I have developped an app which can upload a document to SharePoint. This app works fine.But I needed it as a WebPart Component, so I added this to my project in...
View ArticleSharepoint 2013, event receiver to rename files not working
I coded an event receiver (ItemAdding) that renames for example a .txt file to a .text file (it does not matter the extensions, it is just an example). In my code what I do is to an SPFile.MoveTo...
View ArticleManaged Metadata site column can not be viewed in XSLTListViewwebpart
Hi, All:We have a really annoying bug on our SP13 project, on our home page(provisioned web using site template), there are a couple of xsltListViewWeppart to show some of the lists data. also a custom...
View ArticleHow to insert SharePoint Lists look up columns from other list (SharePoint...
How do i can insert look up column value to SharePoint list. I created an sharepoint hosted apps and create Two SharePoint list1 and list2. I create new record on list2 and load some data from list1 to...
View ArticleFault Handler Activity missing in VS 2012 workflow
Hi,In VS 2012 workflow, the fault handler activity seems to be missing. How to handle fault in VS 2012 workflow?Thanks
View ArticleCreate and apply site retention policy on site collection using sharepoint...
HiI want to create and apply site retention policy on site collection using code (server side or client side). I am able to create new policy and it is appearing in site policies link. but i am unable...
View ArticleSPSiteDataQuery, filter by permission level ?
Is it somehow possible to create a Query that will filter on permission Level ?I have a list with folders like this:FolderA Permissions has been broken User A has approve Access here. ItemA1...
View ArticleVisual Studio Workflow Deployment issue
Hi All,I am creating Visual Studio 2013 workflow. For the first time all goes well, but when I have changed the logic and deployed again, it is still referring the old assembly. I tried to just create...
View ArticleGetting data from Oracle database to SharePoint list
I want to extract data from Oracle database to a SharePoint 2013 list, I have the connection url and the username and password;jdbc:oracle:thin:username/servername@IPaddress:port/DatabaseName How can...
View ArticleQuestion about including JQuery in a Survey list DispForm.aspx page
In SharePoint 2010, I was able to hide the links for editing, deleting... an existing survey entry in the DispForm.aspx page using the following technique:1 - Save jquery .js file to the Style Library...
View ArticleAdding Href Property To PublishingWebControls:RichImageField
Hi All,I have created a page layout inheriting from artical page content type.I have included page image content field (ie PublishingWebControls:RichImageField when added ) .We need make this field...
View ArticleAssignFeaturePackToSiteSubscription Throws Error.
Hello Guys,I am creating feature pack using server object model. When I am assigning this feature pack to site subsription I m getting error like,.Specified argument was out of the range of valid...
View ArticleAssign Feature Pack to Site Subscription Using Server Object Model
Hello Experts,I have created a site subscription using server object model with Sharepoint 2013 foundation. I did same thing with Share Point management shell. But now I wanted to do it with Sharepoint...
View ArticleHow to add connection between two Web Part Data Views in sharepoint designer...
Hi I have problems with connect two data view I have a SQL server database named Mini In Mini database I have two tables: dbo.Table_A and dbo.Table_B Table_A design and Table_B design In the internet...
View Article