Questions tagged [sharepoint-online]

A cloud-based service, hosted by Microsoft, that provides SharePoint collaboration platform as an online service.

SharePoint Online is a collection of Web-based tools and technologies that help your organization store, share, and manage digital information. Built on Microsoft SharePoint Server 2013, this hosted service is ideal for working on projects, storing data and documents in a central location, and sharing information with others. The following Content features makes Enterprise Content Management (ECM) easy for everyone. It’s the combination of traditional content management, social capabilities, and powerful search.

3816 questions
0
votes
0 answers

How to apply css under iframe in SPFx webpart?

I have a SPFx web-part that has a iframe section (to display SharePoint document library out of box view). How can I apply the same CSS format from the main page to the page displayed in the iframe?
Bhoomesh Joshi
  • 89
  • 1
  • 1
  • 5
0
votes
1 answer

Get-PnPSiteScriptFromWeb: The remote server returned an error: (400) Bad Request

When I ran the Get-PnPSiteScriptFromWeb -url "https://xxxxx.sharepoint.com/sites/Test" -IncludeAll I am getting below error message in Powershell 7.3. Get-PnPSiteScriptFromWeb: The remote server returned an error: (400) Bad Request. Please help me…
0
votes
0 answers

Deprecate term in SharePoint Online Term Store not working

I'm trying to deprecate some terms based on the guid using PnP PowerShell. The command executes without error but I don't see the term deprecated in the term store. I'm using Set-PnPTerm. $t_group = "People" $t_set = "Department" $t_Id =…
0
votes
0 answers

most effective method to manage employee performance reviews for a company's HR department

Currently, our company uses a performance review document created with Adobe forms, which is distributed to employees for completion. Once completed, the document is returned to HR for review. HR then sends the document to the relevant manager for…
Nish
  • 21
  • 4
0
votes
1 answer

How to create folder with specific path using grapgh API in sharepoint

I want to create a folder inside of a folder. I know how to create a folder using the php graph SDK, but it only create a folder in the root. What I want is to create a folder inside of another folder, assume that the path is existed. Code to create…
0
votes
0 answers

Connect Access Database file (stored in Sharepoint) to Project file through VBA code

My intention is to read an Access database file and use its data to create another Project file. Since now I was using a file stored in a local folder and my code was working properly. The code structure I've been using is the one below: Set conn =…
Marc Casas
  • 11
  • 3
0
votes
0 answers

SharePoint changing relative links in aspx files in Document Library randomly

I have a very weird anomoly that stopped for a couple months but somehow started up again. In my SharePoint online, within a Document Library on a site, I have folders with index.aspx files. As scripting is enabled by the site admin, these…
jparanich
  • 8,372
  • 4
  • 26
  • 34
0
votes
2 answers

Why is Azure Data Factory SharePoint Online List Linked Service Connecting without Error, but not Showing Preview Data

I am attempting to use a SharePoint Online list as a data source in an Azure Data Factory pipeline. I can get it to connect, but it shows no data. Background: I have established an Azure Data Factory Copy Data Activity and Linked Service to do so…
0
votes
0 answers

Attachment Migration from Microsoft Dynamics 365 to SharePoint

We have files present in CRM which needs to be migrated to Sharepoint. For eg. email attachments, notes attachments etc. Please let us know the fastest way w.r.t execution time to do the same. Waiting for valuable inputs. Thank You!
0
votes
0 answers

sharepoint table jumps when choosing a status

I have a sharepoint page for invoices with different columns. One of my fields is an "action" field. In this field we can "reject, approve or question" an invoice. Now, when I choose one of these options, my table directly jumps as far right as is…
0
votes
0 answers

In a Canvas App Form in Power Apps, how do I rename a value field to a column in a Collections while working with galleries?

How can I rename the columns in the collection, so that the data being entered by the user (they only see checkbox selections) is not showing the same in both SharePoint columns? The values that the user sees are different for each column, yet, on…
0
votes
1 answer

Power Automate Document Approval workflow for SharePoint

I used this video to make a flow for my document approval in SharePoint. my approval status, email doesn't work and whether I approve or reject the file, it still shows as 'Pending" in my SharePoint library. I would appreciate your help to sort this…
0
votes
0 answers

Power Automate - Configure the default Approval Flow to exclude Site Pages

I need to configure the default Approval Flow in SharePoint online, so that it triggers on News Posts but not normal Site Pages. I can differentiate between the two by checking the item properties for the PromotedState, where 1/2 is News and…
0
votes
0 answers

How to make authenticated calls using the HttpProvider object from the GraphClientService object?

I'm trying to obtain the content of an image stored in a SharePoint Online list column using the GraphServiceClient instance but, I'm receiving an Unauthorized error. My code is the following: // Creating the GET request with the right URL to the…
0
votes
0 answers

HTML5 audio element fails to play audio on Safari on iOS

I have a React component which plays a recorded audio (5 seconds) stored in SharePoint document library. If I record an audio using desktop browser, it plays well on desktop browser but fails to play on Safari on iOS. Error thrown on Safari is -…