number field validation using calculated column
Hi all,I have a text field named doctno with numbers.I want to validate the field first two characters is 20.I have used below calculated field and used below formula to validate...
View ArticleAre these FabricUI components still supported and can i use them? The icons...
I'm investing and trying out some of these components in my web part (classic page)The Persona Cardhttps://developer.microsoft.com/en-us/fabric-js/components/persona/persona Ref...
View ArticleLinking spfx webparts together.
Hi,I have a requirement to add two list webparts on an SP page. The end user will then be able to click on an item within one web part, which will then filter the other list. It will be modern...
View ArticleSP 2013 - Use JQuery to Hide the Display Form "Close" Button
Hello Community,I am working with SharePoint 2013 and I am trying to hide the "Close" button on a list Display form. I've added a CEWP to the DisplayFormNew.aspx file, and now I want to hide the Close...
View Articlehow to convert custom page to Home page in sharepoint
Hi,I have designed page layout to apply to page1) How can I apply page layout to wiki page or web part page in site pages ( unable to find page layout to be applied )Requirements:Need to apply page...
View ArticleHow do I create a link to a document in a document set in workflow
I have a workflow which can be manually started and sends an email with a link to the Edit form of a document, as follows:[%Current Item:Encoded Absolute URL%]/../Forms/EditForm.aspx?ID=[Current...
View ArticleCreate Document sets in Bulk inside a document library
Hi All,I want to create multiple items using power shell in one Document library. This document library has content type as 'document set' so every item created inside this library must be a Document...
View ArticleJquery Datepicker excluding weekends
Hi Experts,Currently I'm using Jquery DatePicker in SharePoint Page, I want to exclude weekends when selecting, is this possible?Thanks for any help.
View ArticleHow to create jquery org chart using SharePoint List data
Hi ,I am working on creating a org chart using jorgchartjs and sharepoint list . My list name is employee it has 3 columns.1)Title 2)Manager (lookup)3)DesignationI am able to get rest data using rest...
View ArticleA particular script does not execute for a User with full control access to...
The code below only executes if the user is a member of site collection admin. How can I modify the code so that it runs for users with Full control as well as Read/Write please? var...
View ArticleSharePoint Export a dynamic table built from a SharePoint list int Excel -...
I have a requirement to build a report from a SharePoint list and display the list items in a dynamic table on a page and then have a button that would export the dynamic table into Excel. I am using...
View ArticleSharePoint online JavaScript problem finding a given SharePoint group
Below is my code: var clientContext = SP.ClientContext.get_current();// Fetch all groups because I can't just grab those for this subsite. this.collGroup = clientContext.get_web().get_siteGroups();...
View ArticleCaml Query filter lookup field which have same values
Hi Experts,Currently, I have a case, in my list, I have a list which have a lookup field, this field is looking up to another specific field, The looked up field have some duplicated same values.Now I...
View ArticleSharePoint Detailed UserProfile property like Email Phone etc using Rest API
Hello Everyone,I need to display a user's detailed UserProfile property like Email Phone etc using Rest API in my homepage for a contact purpose.Can this be done with Rest in Client Side ?Need a demo...
View ArticleRisk about upgrade SPFX Version
Currently we are building SPFX Web Part with 1.9.1, can we upgrade to latest 1.10 version ?Is there any risk to upgrade and how to do it ?Any suggestion is welcome.
View ArticleWord template and "site content type" communication issue: Quickparts...
Good morning,I have a text field (site column) with “Multiple lines of text” as data type.This site column is part of a content type. The content type in turn is connected to a Microsoft word document...
View ArticleHow to loop in charts
Hi,Requirement:How to Bind Series Dynamically?I am working with charts ,kindly let me knoe hot to loop in it to fill data acordinglyMy code ( as below code is not working with loop , if I remove loop...
View ArticlePowershell script to disable SharePoint online library versioning: error
I am using a Powershell Script to disable versioning in a SharePoint document library. The basic script is shown below (although I modified it to my specific SharePoint URL and library name). When I...
View Articlehow to get people/user column in sharepoint rest api call via designer workflow
how to get people/user column in sharepoint rest api call via designer workflowI am getting blank when username exists in list item...
View ArticleSharePoint CSOM
I am trying to run the below CSOM to retrieve events using this link: https://www.jonathanhuss.com/sharing-a-sharepoint-online-calendar-via-icalendar/. How can I run the below code?Uri uri = new...
View Article