Explain when to use WebRequestExecutorFactory &...
Hi,Can someone please explain to me when I should and should not use the classes and methods with the word Factory in, like...
View ArticleSetting web.Navigation.UseShared in WebProvisioned()
How do I automatically configure the "Top Link Bar" to "Use Links from Parent" as the default for all new sites in a non-publishing site collection, regardless of what a user might choose in the...
View ArticleDiscussion Board App is not displaying in the Site Contents in SharePoint Online
Dear Friends,I want to create a discussion forum in SharePoint Online. When I tried to add Discussion Board App, It was not there in the Site Contents. So I checked the Site features to activate the...
View ArticleDocument Views Count JS
Hi folks! Scenario: SharePoint 2013 / Office 365 / E3.Goal: Show item views count in DispForm, usign JS.How can I get views count of document in doc library, using JS? Tks!Paulo Junior
View ArticleMeta Tags in SharePoint 2013
Hi,Can we add meta tags using application pages? If yes, how?Thanks,Avni BhattIf this helped you resolve your issue, please mark it Answered
View ArticleQuery SharePoint 2013 XML List Data via SQL
SQL statement to query SharePoint 2013 ColumnSet ListData:SELECT ud.tp_ID ,CAST(CAST(ud.tp_ColumnSet as XML).query('data(/datetime1)') as VARCHAR(255)) ,CAST(CAST(ud.tp_ColumnSet as...
View ArticleFilter RelatedItems field using REST
Hello everyone.A simple question: I want to create a REST call to get the last Workflow Task related a specific item.I created this url odata...
View ArticleSystem.Service.ServiceActivation exception on SVC deployed in ISAPI folder
I am using this codeplex code to develop advanced lookup. I mostly works fine till deployment. But when i tried to use it, on the list form it threw error in jquery file. Below is the error...
View ArticleDiff Between XSLT and List view
Hi all,when I go to page maintenance mode I can see two webparts in that page1. XSLTView webpart2. ListView Webpartcan some one tell me what is the deference which are those?I believe XSLTView webpart...
View ArticleDestroyOrganizationSharingLink seems not to be working
Hi there! I’m trying to delete permissions on SharePoint Online folder by calling DestroyOrganizationSharingLink method. Unfortunately, this method seems not to be working for me. I’ve tried both a...
View ArticleChange Find a File Label in Document Library
Hi,I want to change label Find a file label in Document Library webpart toEx: BookName. Then, i'm using bellow script:<script type="text/javascript"> setTimeout(function () {...
View ArticleSharePoint Add In, JavaScript issue
Hi friends, I am in process of developing a SharePoint Add-in and I am stuck in JavaScript concept. I am not too strong in JavaScript. Users can select their tasks in SharePoint. For e.g. they selected...
View ArticleSubmitting the form with ?isdlg=1 must redirect to same page
Hi ,I am using sharepoint 2013I am submitting a list data in Newform.aspx by appending isdlg=1. Usually it will redirect to some page but appending isdlg=1 and submitting the form taking me to white...
View Articleis this possible?
Hi everybodyI'm no a SharePoint developer and therefor I don't know what is possible to develop and what is not.Now my question: We have a list in SharePoint. One user creates all entries in this list....
View ArticleHow to do i change the master page on a specific sharepoint page
Dear All Any one know how can i change the master page on the specific page? i tried to do through SharePoint Designer but not get the success...Regards RB
View ArticleNew Tab for open file in Document Library not functioning for Group By
Hi,Im using below script, unfortunately its not working when the document library view in group by. Any solution?<script type="text/javascript"> $(window).on('hashchange', function() {...
View ArticleSite link
HI - I've downloaded a Search display template where there's this line: <b>Site:</b><a href="_#=ctx.CurrentItem.SitePath=#_"> _#=ctx.CurrentItem.SiteTitle=#_ </a>it Displays...
View Articlentauthority\authenticated users is not working while applying permissions
am trying to grant read permissions to all the users of my site collection to an particular item in an itemupdated event receiver:this is my code : SPRoleDefinition readerRole =...
View ArticleChanging the location of "Description" field in Custom List?
Hello Forum,In my Office 365 (SharePoint Online) I have a very simple Custom List which has a few columns/fields, and I added some description to add clarity to users. The problem is that the...
View Article