Questions tagged [apps-development]
SharePoint 2013 apps Development
105 questions
0
votes
1
answer
388
views
How i can define 2 .tsx files where each file render a different text
I want to build an SPFX web part which render 2 buttons and when the user clicks on the button 2 popup should be shown + have 2 fields to enter the 2 Popups text, something as follow:-
So i did the ...
0
votes
1
answer
212
views
SharePoint 2019 App Icon Missing
I was wondering if anyone has figured out how to configure add-in icons for SharePoint online/19?. For sites deployed to 2016 instances I can see the icon configured in Visual studio.
Thank you
0
votes
2
answers
824
views
react-script-editor is not working for external users
I added the modern script editor web part to a modern page @ https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/react-script-editor .. now the web part is working well for internal users ...
0
votes
1
answer
969
views
Return events of a calendar room by graph gets "DelegatedCalendarAccessDenied" erro
i am facing a problem when trie to get a room using graph api. I already had two rooms created on my exchange environment and the request works just fina when i search their events with the request ...
0
votes
1
answer
239
views
Site Collection App Catalog - Install tenant level permission apps
I have created app catalog for a site collection as described here. I am able to use this catalog to install apps that require normal site level permissions.
I have an app that requires read ...
1
vote
0
answers
120
views
how to fix the "the file test.doc has been modified by Sharepoint\System" [closed]
Issue For MM v2.0.1 the following error might occur during upgrade a document metadata:
unable to apply the 'Test.doc' document metadata. Error message:
'Error code is: -2130575305, text:
...
0
votes
2
answers
329
views
Hi, i have a List View containing a multiple line text column (6 lines) with append changes to the end selected,
I have an Edit Item Form for a list in Sharepoint that i want to change in Sharepoint Designer, to remove 2 fields from the form that the user should not change.
I believe i have to change HTML code ...
0
votes
1
answer
156
views
SharePoint 2013 Dynamic Buttom Creation
I have a list with several items that includes a title field and a URL field. Is it possible to dynamically create buttons using the information in the list?
Same Fields
URL:
Title:
Hover Text:
0
votes
1
answer
277
views
How can we create timer job for SharePoint hosted apps?
"It is possible to create timer job for a SharePoint hosted app ".
If yes then I need detail information how we can achieve this.
0
votes
1
answer
145
views
Access Services and SharePoint Apps Config
I have been trying to configure access services and apps configure for SharePoint 2013 and 2016 on premise. Does SharePoint Apps have to be configured for access services to work? How must my DNS have ...
2
votes
2
answers
304
views
Create SharePoint App that pulls data from multiple sites that are in different Site Collections
I'm working on a project at work where I am automating a process done in SharePoint 2013 that's currently done manually. The process involves uploading documents, applying properties of those ...
3
votes
1
answer
1k
views
How do SharePoint-Hosted Apps authentication and authorization work?
How SharePoint-Hosted Apps Authenticate and Authorization? Is it same as Provider-Hosted Apps or different?
Provider-Hosted Apps use OAuth; what about SharePoint-Hosted Apps?
For cross domain ...
0
votes
1
answer
644
views
Create sharepoint online page with mixed webparts and custom development
I need to build a page in sharepoint online that has two native sharepoint webparts: calendar and documents.
Also, i need to make some kind of custom development, because i was to give the user to ...
0
votes
1
answer
416
views
Can we build custom complex apps in Sharepoint Online? [closed]
I just want to know what are the best/recommended practice to develop complex apps in SharePoint Online: i.e. "Meeting Room Booking", "Company Vehicle Booking", "Staff Promotion form & approval"?
...
4
votes
1
answer
384
views
What's the risk and impact of enabling side loading of apps in o365 Teams?
We have a custom Bot we developed but it won't run unless we enable side loading of Apps for Teams in the o365 config. Is there any real risk in doing this?
Any other way? if we don't enable side ...