How to inset icon and hyperlink in format current view of the list in...
How to insert the image and hyper link in format current view of SharePoint list Online
View ArticleCreating a List using JSOM shows error Uncaught ReferenceError: SP is not...
Hi,I am trying to create a Sharepoint List and perform CRUD operations using JSOM on a Sharepoint Online site.However I get error as below :===========================Uncaught ReferenceError: SP is...
View ArticleSharepoint Filter Search
Hello I created a list Libraries and want to add a filter search that works like this in sharepoint https://www.w3schools.com/howto/howto_js_filter_lists.asp, is there any webpart or features that will...
View ArticleAdd recycle bin link to quick launch
How do you put the recycle bin link back in the quicklaunch/leftnav in 2013?
View Articlecusotm web method not returning records more than 40
Hi,I have created webmehtod using C# which returns no of records like (100) using listlike this [WebMethod] public static List<clsDossier> GetCompanyCredenReport(int companyID, int...
View ArticleUsing jQuery to transfer to another list
Hi .I have a custom list in which I have a choice column. Dropdown values contain Yes, No dataIf the value is selected as "Yes" and user clicks submit post all validations ( Mandatory columns ), I want...
View ArticleISBLANK() not working while checking Calculated Column which returns Date by...
Three choice fields 1st route, 2nd route, 3rd route all containing text values like Now I have three more columns:1) Current Route (Calculated column checks above given choice columns and returnsSingle...
View Articlehow to create a multilevel navigation menu bar in masterpage in sharepoint...
Hi Team, How to create a multilevel navigation menu bar( Sub-navigation menu) with Grouping in masterpage in sharepoint online using JSOM/REST Api and make it on master page. Data should retrieve from...
View Articlerow formatting in SharePoint Online list
Hi when i apply the row format option as shown in below JSON code------------------------------------------------------------------------------------ { "schema":...
View ArticleHow to post and put json as payload in workflow 2013
Hi all, I need to post this json to create a ticket in zendesk by calling http web service at sharepoint workflow 2013. this is a sharepoint designer workflow.'{"ticket": {"subject": "My printer is on...
View ArticleError on updating List Items using JSOM on a sharepoint online site.
I am trying to updating List Items using JSOM on a sharepoint online site.However I get error as below: Home.aspx:991 Uncaught SyntaxError: Unexpected token { Home.aspx:1068 Uncaught SyntaxError:...
View ArticleAnonymous access issue
We have SharePoint online site where we have enabled Anonymous access to some of the list and libraries.I have created some controls using Client Object model to pull data from multiple list and show...
View ArticleSharepoint Search Results
Hello I Created a search page like below and I am trying to let the page show search results without pressing enter. So everything a text is enter it filter the results. I tried using a keyup js...
View ArticleDeployment strategies for Sharepoint Online Application from Development...
Hi Team,Can you suggest Deployment strategies for deploying application developed in Sharepoint Online environment?How to move application developed in Development environment(SIT) to Production (both...
View ArticleGet Activities I want to share in my newsfeed in SP2013
Hello,I want to tick a few of the newsfeed boxes under the "Activities I want to share in my newsfeed" using server side object model.The ActivityManager class is deprecated now in SP2013....
View ArticleHow to implement Image slider in Sharepoint online using JSOM/REST Api
Hi Team,Can you suggest how to implement Image slider(auto rotation each image for 3 sec) in Sharepoint online using JSOM/REST Api. Images should come from List. Need to implement custom HTML and CSS...
View ArticleModifying the 'CSS' file in "react-search-refiners" webpart
I deployed below react-search-refiners webpart from the link.https://github.com/SharePoint/sp-dev-solutions/tree/master/solutions/ModernSearch/react-search-refinersBut when i try to change the any CSS...
View ArticleCopy list items (blog posts) between two web applications
Hello,in our environment we have two web applications with multiple site collections in it. For better understanding:- firstwebapp.mycompany.de - Site Collection - List: TestList1 (later on...
View ArticleEnable Versioning For All Libraries In SharePoint
Hi All,Is there a PowerShell Script that i could enable Versioning for all libraries in SharePoint 2013 & SharePoint 2016.Thanks for all your Help !!
View ArticleChange background color of cell (that says cell not row) in SharePoint 2013...
I know using jQuery I can $(document).ready(function(){ $Text = $("td .ms-vb2:contains('Approved')").filter(function() { return $(this).text() == "Approved";})...
View Article