Add attachment button to a custom new form SharePoint 2013
I'm creating a new custom form using SharePoint Designer 2013.I would like to add a attachment button to be able to upload files and images. How can this be done?See code below<tr><td...
View ArticleLookup field with api rest syntax
Hi,Someone can tell me how set the value of a lookup field with the rest api.I try this but it doesn't work.data:...
View ArticleAdding javascript using Powershell
As part of our remediation process, we would like to add the Google Analytics script to all master pages using PowerShell. Can someone direct me to a code snippet? Please note: Manual update is not an...
View ArticleFetch Manager based on people picker value
Hello Techies,I have list with 2 people picker columns :Employee NameManagerThe requirement is to fetch the Manager name based on the name entered in 'Employee Name' fieldThough am able get the...
View ArticleUpdate peoplepicker with rest api
Hi,I use the rest api to update the calendar events items. It works fine except for the peoplepicker "Participants" = subscribers (those who have registered)."ParticipantsPickerId": SomeSharepointId...
View ArticleCalendar : remove the link of the item/event
Hi,I desperatly try to remove the behavior on item/event calendar but nothing helps.$(".ms-acal-item a").removeAttr("onclick"); How can I change it ?Regards,EM
View ArticlePowershell and Sharepoint Online Context Error
Hello.whenever I run a PowerShell script that I am getting the following error: Exception calling "ExecuteQuery" with "0" argument(s): "Cannot contact site at the specified URL"these are scripts ihave...
View ArticleTrying to set up Site Validation based on a Choice and Date fields
I have the situation in a form where I pose the question "Is this a contractual requirement" and give a Choice field to chose Yes or No. If they answer Yes I need it to be required that they enter a...
View ArticleObtain X-MS-Exchange-Inbox-Rules-Loop for use in a list via client side code
All, I have a list created in a on-premise SharePoint 2013 site and I'm able to obtain via setting-up the incoming e-mail settings items into my list with success. I've been asked if the mailbox where...
View ArticleRetrieve password expiration date for office 365 users
Hi there,I came with the requirement that to retrieve the expiration date of office 365 users and show them alert in our organisation home screen.I found some samples on c # and power-shell But I need...
View ArticleHow to show only root folders in search result in SharePoint 2016?
Hi Team,I have document library with n-level folder structure in one of my SharePoint sites. Now when i search root folder using folder name it is showing all folders and sub folders in search result.I...
View ArticleReusing javascript file across display templates in different site collections
Is it possible to reuse the same javascript file across display templates in different site collections? For example, I have a search center site athttp://xyz.com/search and a root site at...
View Articleunable to locate the xml-defintion for FieldName with FieldId
I am installing a bunch of content types as part of feature activation code. I am getting below errors for all the fields in the manifest file. Could you please give me pointers as to what is...
View ArticleReturn all results once search page is loaded
Hi,I would like to load all search results once page (I have refiners panel on the left) is loaded and not clicking on the search button.Is it possible to configure search result wp (search engine) to...
View ArticleCan not update user profile property using CSOM for SharePoint onprem
I am trying to update user profile property using CSOM for SharePoint onpremise, but the value was not updated to the property. There is no error exception. I try with JSOM but it does not work...
View ArticleSharepoint online Designer Workflow - call http web service fails - Chinese...
I have created a SharePoint Designer site Workflow.In this workflow, there is an action "call Http web service" to copy files from one location to another.It fails for all the files that has chinese...
View ArticleSharepoint 2013 - Side navigation box length of page
Hi,i have been trying to make the navigation box the same size as the length of page for quite some time but not successfull.iv tried with setting height to 100vh but that is not really full length of...
View ArticleProgramming for SharePoint online - best practices
This past weekend I asked a question about using current .Net Windows Forms application that are built in VB .Net and using those in SharePoint. I was referred to using SPFx and I am following the...
View ArticleExtract more than 10 lines of text from each word / PDF documents in a...
Is there a way to getmore than 10 lines of text from each word / pdf documents stored in a document library in a site under site collection. I need these 10 lines of text to pass into the NLP tool...
View ArticleSharePoint designer workflow-How to get working days between two dates?
I have to get working days between two dates through designer workflow, is this possible without using calculated column?MS_21212
View Article