spfx extensions
6 TopicsFetch Data from on premise Database, SQL, Oracle, or SAP for SPFx adaptive card Extension
I am trying to achieve. looking for is how to retrieve and store data on a database system deployed on-premise, such as an SQL server, Oracle Database, or SAP solution which has its own database through the custom Viva Connections ACE(Adaptive Card Extension) card which I am trying to create. To give you an idea an example a customer has a locally deployed Leave Management solution that uses a local database let's say as an example an Oracle database. I am trying to connect the ACE card to that database to display the Leave information for an Employee in the card which will be added to the Viva connections Dashboard inside Microsoft Teams. And also the employee should be able to create new leave requests through the ACE card from Viva Connections inside Microsoft Teams.675Views0likes0CommentsHow to make URLs open in new tab in adaptive cards
We have created one Spfx adaptive card extension to use in Viva dashboard. We need to show some hyperlinks in the card. We have used the markdown language as shown below to show this. But the hyperlinks are opening in the same tab. { "type": "TextBlock", "text": "**[${Title}](${URL})**", "wrap": true } Also we tried using Action.OpenUrl as shown below. With this also the links are opening in the same tab. "actions": [ { "type": "Action.OpenUrl", "title": "View More", "url": "${URL}" } ] Is there way we can force the links in adaptive cards to open in new tab. Thanks.5KViews0likes2CommentsModifying Hub navigation\Mega Menu Font Size
Hi, We have a hub site as a main intranet with several associated sites. The ask from customers is to make the hub navigation bold or larger font. Is there a way to modify font size for hub navigation? Anyway using Application Customizers? We do not want to create our own control as it should be manged through the out-of-the box navigation settings. Any quick modification that we can do?5.4KViews1like2CommentsHow can we connect listwebpart present on modern page to SPFX?
How can we connect listwebpart present on modern page to SPFX? On SharePoint modern page, i have list view of list X and a SPFX webpart. How can i pass data from list view to SPFX?. In on prim, connectable webpart property present but in online how can achieve same?840Views0likes0CommentsSPFx Extension ListView Command Set in Microsoft Teams?
Hi everyone, What am I doing? I am doing a proof of concept (PoC) with an SharePoint Framework Extension ListView Command Set in my personal tenant. I have used this command (ClientSideExtension.ListViewCommandSet) to show the SPFx Extension in the library 'ribbon' and in each library item. (The next image is in Spanish but it's no too complicated to understand the problem) What do I want? I have upload an SPFx Extension ListView Command Set to a SharePoint library. And what I want is to show this SPFx Extension in a Microsoft Teams channel that has a 'tab' connected to the mentioned SharePoint library (as you can see in the next image). What is the problem? When I connect my SharePoint Library with my Teams channel and I click an item, then I cannot see the SPFx Extensions Command Bars (but, obviously, I can see the default SharePoint bars). Which is my question? Do you know if it is possible, at this moment, to show an SPFx Extension Command Bar associated to an SharePoint Library in its Teams view? (The next image is in Spanish but it's no too complicated to understand the problem) I hope you can help me with this problem. Best regards, Carlos4.3KViews0likes3Comments