Questions tagged [sharepoint-addin]

42 questions
0
votes
1 answer

How to get user details using remote event receiver SharePoint?

I m working on SharePoint Add-ins using remote event receiver. I have created an add-in for my SharePoint site to get log of item added, item updated and item deleted details. I am getting item id which provides detail about the item on which…
Abhi Singh
  • 321
  • 3
  • 14
0
votes
1 answer

Sharepoint 2013, JS link people picker field not working saving for multiple users

I am using below CSR code to set peoplepicker value to multiple person. I have multiple users to be assigned to my peoplepicker field. The code works when i pass current user, but it do not work for other values. function renderAssignedTo(ctx) { …
Surendra Mourya
  • 593
  • 3
  • 8
  • 29
0
votes
1 answer

Need to access sharepoint online addin rest api without azure ad registration

I have a share-point addin need to create the xamarin application. So need access to all the share-point online rest API. As per the Microsoft document we need to register app on Azure AD. I don't want to register the app in Azure AD, I already…
0
votes
1 answer

Acess to sharepoint api

In the past I wrote application that connects to OneDrive using Microsoft Graph. Now my boss asked me to write application to communicate with SharePoint, so the situation is like this: I have in a separate network (without internet connection) a…
Codey
  • 487
  • 1
  • 8
  • 27
0
votes
1 answer

Use client side rendering(js link) for dynamically created Sharepoint document library

I want to use client side rendering(js link) for document library, the challenge for me is Sharepoint document library will be created dynamically when the remote event receiver triggers. I know we need to pass js link reference in elements.xml…
Surendra Mourya
  • 593
  • 3
  • 8
  • 29
0
votes
1 answer

Modify the JS file in the site collection with the user input text using a Add-in

We've a sharepoint add-in to insert Application insights Js script file into classic site collection and include that in a master page. We need to change the key from the JS script before or after inserting. Key will be an user input. Can this…
0
votes
1 answer

How to develop custom fields for SharePoint Online list - Lookup with Picker

We have a SharePoint 2010 list where a custom field "Lookup with Picker" has been implemented through a farm solution. We need to migrate the list to SharePoint Online but since we cannot deploy farm solutions in O365 environment, is there a…
0
votes
1 answer

Error Occurred Trusting a SharePoint 2013 Add-in

I added a SharePoint 2013 add-in to a site. The app requires that it be trusted. But each time I click "Trust it", I get "An error occurred processing your request". Please how do I resolve this?
0
votes
1 answer

Authentication From a ASP.NET WebApi Using App+User Context for Sharepoint

Scenario : 1. Spfx Webpart (On Sharepoint sitecollection) calls a WEBApi protected by Azure AD. a. Obtain Access Token (Implicit) from an Enterprise App (App registration in Azure AD) representing the WEB Api b. Attach the access token as…
0
votes
1 answer

How to embed ReactJS app into SharePoint add-in

I'm really new to SharePoint add-ins and ReactJS, but I'm trying to make these two guys work together. What I have now is my ReactJS app and an empty SharePoint-hosted app as a standalone projects. I followed this article and everything seemed to…
FesErgLin
  • 1
  • 1
0
votes
1 answer

SharePoint online - intercept document request when document clicked

I am working on this project where it includes hosted app with SharePoint online and a dozen of other things. When they built the project, they implemented a functionality that does this : When a user goes to a document library, and clicks on…
0
votes
3 answers

Custom SharePoint List forms in SharePoint Framework

We are migrating old SharePoint 2010 On Premise code to SharePoint Online. Part of the SharePoint 2010 on premise code has custom list forms developed with visual Studio. Thought of using JSLink for custom forms while migrating the code to…
0
votes
1 answer

Remote Event Receivers without Azure Access Control Service (ACS)

I have a requirement where I need to create Remote Event Receivers for SharePoint Online list because Event Receivers were used in SharePoint 2010 version. According to various sources and examples, it seems that Provider Hosted Add-In is the way to…
krishna
  • 575
  • 2
  • 8
  • 22
0
votes
1 answer

Change domain on provider hosted add-in

How do I get my domain changed in my add-in? It seems it's a catch 22. I have an azurewebsite that I registered the app under and have my clientid and secret for my add-in pointing to that domain... [app].azurewebistes.net. I have tied a new…
Tim Wheeler
  • 80
  • 1
  • 9
0
votes
2 answers

Syntax to declare a hyperlink field value (both Url and Description)

I am trying to pre-populate my SharePoint list using its List Instance in SharePoint hosted app with default data. And it seems to work for the below code. http://google.com,…