Updating List using REST
Hello,I am working on a solution to update some fields on records like email address/phone number using the REST api. Wondering what solutions others have used for presenting the input boxes for this...
View ArticleForm to send email and NOT store data
Hi all, I am trying to build my first form in SharePoint (if it is possible). Basically I want the form that sends the data in an email and does not store the data in a list. Is this possible? We also...
View ArticleAdd 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 Articleretrieve sharepoint list items that also include lookup columns
Hi,I have a list similar to the one shown below. I am trying to retrieve the list items ,but the lookup columns are not getting retrieved. Pls guide me through the code.I just tried the below ,but no...
View ArticleSaving List with SPSecurity.RunwithElevatedprivileges
Hi, I am saving sharepoint list using SSOM with SPSecurity.RunwithElevatedprivileges and as per it saving createdby as System account. So can i change to created user.Tagore
View ArticleIn a list how to open attached file in a new _blank window
Hallo, I've a list and each row of the list has 1 attached file. I'd like that clicking on the attached file it's showen up in a new _blank window.How can I do that?Thank you so mutch
View ArticleHow to access Choice Field Value by using Lookup Field in REST API?
I have a list(ListA) which has a lookup field(LookupF) for another list(ListB). ListB includes a choice field(ChoiceF) which can take a single value. I want to call the selected value of the ChoiceF...
View ArticleSharePoint 2016 Coding best practices
Hi Team,Could you please send me SharePoint 2016 Coding best practicesWe are upgrading from SharePoint 2010 to SharePoint 2016Appreciate your supportKind Regards,Akshay365
View ArticleHow to update list item using Rest
Hello Guys,How to update list items ? this is my code:<script type="text/javascript"> function UpdateMetaData(){ var listName="Restpost"; var listItemId= 1; var item = {"__metadata": { "type":...
View Articleretrive data between start and end date using CAML
Hi,how can write CAML to retrive data between 2 dates (Startdate and end date).. like we use between in SQL server .(data image is below attached)I write Query like this osPQuery.Query =...
View ArticleProgrammatically edit quick links
HiI'm using pnp for creating a Quicklinks-app when provisioning a modern page. But can't figure out how to set the properties and add links to the app by code. Using C#.The app get added to the page...
View ArticleCan we use PnP site provisioning in SharePoint 2016?
Hi Team,Please share some useful articles on PnP site provisioning for SharePoint 2016Appreciate your helpRegards,Akshay365
View ArticleDisplay User Profile Picture
Hi all,I am trying to display userprofile picture in my custom master page.<%@ Register Tagprefix=”SPSWC” Namespace=”Microsoft.SharePoint.Portal.WebControls” Assembly=”Microsoft.SharePoint.Portal,...
View Articlewhats rights should be given to allow user to upload doc using custom webpart
Hi,Scenario:I have made custom visual web part to place file uploader (html bootstarp).. where user can upload document which save intodocument library....Requirement:I just want to allow user to...
View ArticleI created a site column programatically, how do I make sure that is it...
I created my site column through visual studio, but when I go to site settings and try to map my site column to a managed property, it is not available.How do I make my managed metadata and currency...
View ArticleFind if date is in daylight using rest api
Hi All,Is there a way to use /_api/web/RegionalSettings/TimeZone and find if a specific date was in daylight ?Currently I am making a rest call...
View ArticleSharePoint Idle Session Timeout
Hi All,I have set the timeout value to 15 minutes.I have a page with rich text editor, I am trying to understand if user is typing for 15 minutes will he logout of the session ?Is keypress considered...
View Articlecopy .html file into sharepoint designer but in site setting design manager...
Hi,I have copied .html file into sharepoint designer ---> master pageand "check-in publish " as well after made all changesProblem:when I go to --- site setting ---> designer manager to convert...
View ArticleImport excel data to SQL in SharePoint Provider Hosted Add-in
Hi,I am developing a SharePoint Provider Hosted Add-in by Asp.Net MVC 5 and SQL Server. I am using SQL DB to store app data, not in SP list. I need to import bulk data from excel in to SQL table...
View ArticleI need to get the count of all files in a specific folder of a document library.
I have a requirement as follows:In my site collection, I have many subsites. All these subsites have a common document library and common folders. I need to get count of files in these folders for each...
View Article