SharePoint Framework
12 Topicslogin.microsoftonline.com refused to connect with SPFx
Facing issue: 'login.microsoftonline.com refused to connect'. It faced while deploy .sppkg file to Site. Solution works fine with workbench, but not works when deploy. Please suggest solution for this problem. Thanks in advance!2KViews0likes8CommentsPersonaCard in SPFx Webparts
Hi all, we and our users are quite happy with the display of persona information on modern SPO sites! As we also develop custom SPFx Webparts which display people information, we would like to know if there is any documented way to display the same persona callout dialog?? (perhaps Graph Adaptive Cards) And another "unpopular" question. We also use our SPFx Webparts on classic websites. As all the modern stuff is not available there, I think there is no chance to display this on classic pages ?? Thanks BjoernSolved18KViews0likes10CommentsUpdating a list in SharePoint framework - SPFx WebPart
I have followed this tutorial and this documentation in order to create lists and columns within SharePoint Online. Everything seems to work fine when creating them for the first time. But when I try to modify an existing column within an existing list using elements-v2.xml, after redeploying the app in my app catalogue then updating the existing app, the modified columns haven't been updated. The only thing that works successfully after updating my elements-v2.xml is creating new lists or adding columns to existing lists. My elements.xml, schema.xml and package-solution.json are the same as in the tutorial in the first link. Within elements-v2.xml I have: (I want to add an additional choice on line 24) <?xml version="1.0" encoding="utf-8"?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <ListInstance FeatureId="00bfea71-de22-43b2-a848-c05709900100" Title="New List" Description="New list provisioned from v2" TemplateType="100" Url="Lists/NewList"> </ListInstance> <Field ID="{943E7530-5E2B-4C02-8259-CCD93A9ECB18}" Name="SPFxCostCenter" DisplayName="Cost Center" Type="Choice" Required="FALSE" Group="SPFx Columns"> <CHOICES> <CHOICE>Administration</CHOICE> <CHOICE>Information</CHOICE> <CHOICE>Facilities</CHOICE> <CHOICE>Operations</CHOICE> <CHOICE>Sales</CHOICE> <CHOICE>Marketing</CHOICE> <CHOICE>New Choice</CHOICE> </CHOICES> </Field> </Elements> Within my upgrade-actions-v2.xml I have: <ApplyElementManifests> <ElementManifest Location="4d9c0146-1219-986c-8d4e-984b42efd732\elements-v2.xml" /> </ApplyElementManifests> <AddContentTypeField ContentTypeId="0x010042D0C1C200A14B6887742B6344675C8B" FieldId="{943E7530-5E2B-4C02-8259-CCD93A9ECB18}" PushDown="TRUE" /> Does anyone have any suggestions on how I can modify an existing column using spfx?4.6KViews0likes2CommentsSharepoint Online Injecting Datadog script in Modern Pages
Hi! We're using Datadog to monitor the performance/loading time of Sharepoint sites from different locations. To do this we need to embed the Datadog javascript code. All of our sites are using modern pages already. What's the best way to embed the js code so that we can monitor multiple Sharepoint sites.1.5KViews0likes1CommentUnable to open modal or panel when deployed as a webpart in Sharepoint online 2013 Modern view page
I have created a web part in react js which contains a Microsoft office UI fabric control "Modal" and it pop outs on a button click. This feature works fine on my local workbench but whenever I deployed it as an app on sharepoint online and add as a web part in modern view page. Things happen something like described in the below images: Instead of coming infront of the page it opens in the area allocated to the webpart. However, after further analysis, I come to know that sharepoint add this whole webpart into an iframe and set its height according to the height of the webpart section and same goes with the Microsoft UI fabric panel. I want to know that is there a way that I can make modal or panel work as desired when deployed as a webpart in modern view SharePoint. However, it works when I deployed it as an extension (but that isn't my business requirement).1.7KViews0likes1CommentGetting a value by dividing sum of columns in SharePoint list
I have a SharePoint list that I populate from an Excel file via SharePoint Rest API. Then, I have added sum of all the columns in the list. It works perfectly up till here. However, in the top most row of the list where sums are shown I need to show a value by dividing sum of one of the columns by another. This value is supposed to change with the list filters. I have been scratching my head for the last two days to achieve this but all in vain. I will appreciate any help. I will provide further details if required. ThanksSolved3.9KViews0likes9CommentsSharePoint Framework - Extensions Deployment
Hi, I've been looking at the spfx extensions samples. I deployed one along with some sample web parts to a site, specifically to an Site App Catalog. A strange thing occurred, there were 3 web parts that were working fine and you could see them in the site contents, however, when I deployed the extension (added it to the site app catalog then added the app in from site contents), the name/title of the extension replaced the names of the 3 web parts! So, my question is, are extensions supported in a Site App Catalog. VesaJuvonen many thanks699Views0likes0CommentsFeature Issue/Question - Site Collection App Catalog
I have a O365 development tenant with Targeted release enabled for all users. When I am trying to enable Site Collection App Catalog, (per this article) I am getting the following error. Does this mean feature has not rolled out to my tenant yet? Rollout was supposed to be completed by end of November. Any clues?1.2KViews0likes2CommentsContinuous integration and deployment for your SharePoint Framework solutions
New article on my blog how to configure on Visual Studio Team Services the continuous integration and deployment for a SharePoint Framework solution, I hope it's helpful. http://www.delucagiuliano.com/continuous-integration-and-deployment-for-your-sharepoint-framework-solutions/3.3KViews1like0Comments