Questions tagged as 'sharepoint'

1
answer

List of users by sharepoint 2013 alert

In my 2013 sharepoint I have incorporated a blog where interested workers can subscribe to alerts to receive notifications for new posts. My question is how to know which users have subscribed to that alert. Thank you.     
asked by 04.08.2016 / 17:16
1
answer

Conflict when uploading and editing a field of a file in Sharepoint

I've been with this problem for days and as much as I've tried everything I've read, nothing works for me. When uploading a file to a Sharepoint library, I try to fill one of its metadata through a development. In doing so I get a conflict er...
asked by 29.08.2018 / 10:56
0
answers

Enable apps in SharePoint store

Hi, I am quite new with sharepoint and I am trying to install applications from the SharePoint Store but it does not leave me and it tells me the following:    Sorry, the applications are disabled. If you know who runs the server, ask them to...
asked by 03.03.2017 / 11:21
1
answer

Transform XSLT URL

I want to transform a url from xslt with this format: [sitio]/PublishingImages/[nombreimagen].jpg to this other: [sitio]/PublishingImages/_t/[nombreimagen]_jpg.jpg At first try to use replace, but you can not use it in version 1.0 so t...
asked by 26.10.2016 / 14:05
2
answers

Doubt with field of type SharePoint date

Is there a way to know in what format the date in the browser will display a field of type SharePoint Date? This is independent of how the system is configured to show the date. I want to return the date in the correct format to that field...
asked by 18.08.2017 / 16:42
0
answers

Access denied in Ajax

I have this ajax $.ajax:{ type:'GET', url:"https://empresa1.sharepoint.com/teams/dev/plataforma1212/_api/web/lists/GetByTitle('Comprardores')/items", async: false, hea...
asked by 14.06.2017 / 22:44
1
answer

Overwriting file in SharePoint in C #

I have a method that inserts a file in SharePoint using RootFolder.Files.Add(file) so I want to have the option to overwrite the file with only the URL.     
asked by 23.01.2017 / 16:55
2
answers

Error Threshold 5000 records Sharepoint Online 2013

I have an application developed in angular and I use Sharepoint Online 2013 to save and consult data. I have the following block of code. vm.liberadosGridOptions = { dataSource: new kendo.data.DataSource({...
asked by 11.09.2017 / 21:23
1
answer

SQL error: System.Data.SqlClient.SqlException (0x80131904): Login failed for user 'Administrator'. at

I have the following error on my SharePoint page and I try to connect to a database but I get an error. I do not know what to do since I have administrator privileges SqlConnection conection = new SqlConnection(@"Data Source=SHAREPOINT\SHAREP...
asked by 09.06.2017 / 03:29
1
answer

Remove div created dynamically with JQUERY in SHAREPOINT 2013

I am creating an attachment system in sharepoint 2013, I made a dropdown with checkboxs to add them to the page as a key, that is to say a div with inline-block display and a defined anchor, the case is that inside this button I have a button to...
asked by 09.10.2018 / 10:30