1,576 questions with SharePoint Server Development tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

how to change website language in sp2016 cause cookie approach does not work (javascript)

Hi :) I try to switch language from English on website to alternative one (there are 3 to select). In javascript (jsom and rest) it is not possible. I also tried cookies solution but with no result. How can I achieve programmatical change of language…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-08-06T18:05:56.72+00:00
Dariusz Kominek 21 Reputation points
commented 2020-08-07T14:49:30.97+00:00
Dariusz Kominek 21 Reputation points
1 answer One of the answers was accepted by the question author.

How to set Form Values from Popup window

Good Day, I have the non-standard task. I have SharePoint Document List and Directory List. The Directory List includes three columns: “Process” (single-line field), “Process Group” (choice field), “Process Region”. The Document List has “Process”,…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-08-05T14:12:50.62+00:00
Sevil Red 101 Reputation points
accepted 2020-08-07T07:21:32.33+00:00
Sevil Red 101 Reputation points
1 answer One of the answers was accepted by the question author.

AllItems.aspx <style> tag is not working

Picture below is the List view (AllItems.aspx) code: When I put <style></style> tag. I do not want to add content editor/script editor webparts. Now how to use/add style and JavaScript code anyway ? Please share some guide…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-08-05T07:28:55.48+00:00
developer sp1 461 Reputation points
accepted 2020-08-07T01:29:51.323+00:00
developer sp1 461 Reputation points
3 answers One of the answers was accepted by the question author.

.svg file is not displaying in SharePoint 2019 on premise

I am trying to add an svg file in SharePoint 2019 on-premise content editor web part but it is not displaying. It is working in previous versions of SharePoint. Please find attached error screen and HTML script

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,812 questions
asked 2020-08-05T19:52:57.953+00:00
Shaiju Kumar 96 Reputation points
accepted 2020-08-06T08:04:08.17+00:00
Shaiju Kumar 96 Reputation points
2 answers One of the answers was accepted by the question author.

How can I export Sharepoint 2013 list view to PowerPoint instead of Excel?

This SharePoint 2013 enterprise farm does not have PowerPivot installed. I am trying to find a way to export SharePoint list view to PowerPoint instead of Excel. Do you know any app or better, do you know any workaround? Thanks

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-07-31T00:05:57.533+00:00
Sara 231 Reputation points
commented 2020-08-05T13:45:17.917+00:00
Sara 231 Reputation points
1 answer One of the answers was accepted by the question author.

get item ID of the last modified item in the SharePoint online list using pnp powershell

I am able to get the date of the last modified item in the list using the script below: Connect-PnPOnline -Url $SiteURL -Credentials (Get Credentials) (Get-PnPList -Identity $ListName).LastItemUserModifiedDate Please help me with getting the Item…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-08-04T06:22:39.797+00:00
g h 716 Reputation points
commented 2020-08-05T03:18:37.573+00:00
Echo Du_MSFT 17,116 Reputation points
1 answer One of the answers was accepted by the question author.

Null FileStream CSOM

In SharePoint Remote Event Receiver, I'm try to get file stream from a ListItem: List docs = clientContext.Web.Lists.GetById(listId); ListItem item = docs.GetItemById(listItemId); clientContext.Load(item); clientContext.ExecuteQuery(); var…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-08-03T06:54:54.327+00:00
developer sp1 461 Reputation points
accepted 2020-08-05T01:36:29.093+00:00
developer sp1 461 Reputation points
1 answer One of the answers was accepted by the question author.

How to get var ID from dispform.aspx url?

For a DispForm.aspx like below, how can I get an ID in Javascript (I'm trying to pass a field value using the ID). Attached is the code where I am trying to get var selectedId https://server-name/subsite/Lists/listname/DispForm.aspx?ID=20848 …

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,231 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-08-03T20:37:42.227+00:00
Mikello 81 Reputation points
accepted 2020-08-04T20:04:42.277+00:00
Mikello 81 Reputation points
1 answer

Automated Word Document from Sharepoint

Hello, I'm looking for some ideas on how to create an automated word document from a sharepoint list. Essentially the sharepoint looks like this: Column Project Project Scope Project Update Project Manager Row 1 …

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-07-27T18:29:51.557+00:00
Obermyer, James 1 Reputation point
commented 2020-08-04T07:50:37.813+00:00
Jerry Xu 256 Reputation points
2 answers One of the answers was accepted by the question author.

How to high light a menu tab

I used menu items to create top menu tabs. Here is my front-end code that create tabs. By default, it is high light/selected the first tab (value = 0). Under some condition. I want to high light the second tab (value = 1). I have tried Menu1.Items or…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-07-31T18:20:57.32+00:00
Er Bo Guan 461 Reputation points
answered 2020-08-03T02:06:36.203+00:00
Jerryzy 10,566 Reputation points
2 answers One of the answers was accepted by the question author.

How to upload document and update properties in one go using C# in SharePoint

I am using following code to upload a file in library and setting column values. This library has Major versioning enabled. Problem I am facing is on each file upload, it creates two versions, first version is for file upload and second version is for…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-07-28T07:45:18.457+00:00
Frank Martin 431 Reputation points
accepted 2020-07-31T17:13:22.583+00:00
Frank Martin 431 Reputation points
1 answer

SharePoint external list displays 0 results instead of actual results in sql server.

I have a stored procedure that takes in a windows identity to calculate how many results the user has. I am able to create an external content type with the stored procedure. However when I create an external list and add it as a web part on my…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-07-29T14:37:43.187+00:00
Roxx_ 1 Reputation point
answered 2020-07-30T08:08:28.33+00:00
Baker Kong-MSFT 3,791 Reputation points
3 answers One of the answers was accepted by the question author.

callout.js not located

Hi, I would like to create a callout to display comments in the list view. However, I'm not able to locate callout.js in my c drive (base on this website ). Is there another way to locate the file or create callout? Thank you

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-07-17T13:43:36.36+00:00
MadelineJen 21 Reputation points
commented 2020-07-24T09:54:54.627+00:00
MichaelHan-MSFT 18,016 Reputation points
1 answer One of the answers was accepted by the question author.

s the Group Calendar web part slated to be available for SharePoint Server 2019 anytime soon?

I am setting up a SharePoint intranet using the SharePoint Server 2019 and like the automatic feature available with the Group Calendar web part vs having to enter in each Event manually using the Event web part. Any chance the Group Calendar web part…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-07-17T18:23:48.917+00:00
Rachel D_NH 21 Reputation points
commented 2020-07-24T08:49:43.437+00:00
Lisa Chen-MSFT 1 Reputation point
1 answer One of the answers was accepted by the question author.

Regarding SharePoint 2 WFE and CSOM

Hi there, There are 2 WFEs in SharePoint Farm: (A) is http://win-cvr30lpg5md:8001/; (B) is http://win-kv6lnvqne00:8001/. the Central Administration of SharePoint lives in the (B) WFE machine. My question is when I access the (A) and (B) WFEs by CSOM,…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,231 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-07-18T19:03:48.07+00:00
Will 616 Reputation points
commented 2020-07-24T02:22:00.6+00:00
MichaelHan-MSFT 18,016 Reputation points
3 answers

Error - 401 Unauthorized when calling SharePoint webservice

Our problem – Website returns HTTP status 401. We checked user account it is valid. The related details are listed as follows: With “Domain” is work in previous UAT environment. And now we can’t (we need to remove the “Domain” in “NetworkCreadential“…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2020-07-20T06:53:08.537+00:00
Hung, Melvin MC 1 Reputation point
commented 2020-07-22T08:47:10.21+00:00
Baker Kong-MSFT 3,791 Reputation points