spfx react-search-refiners SharePoint spfx-development
5 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 get file versions and comments
Hi All, I am SharePoint online site, SPFX and React. I am trying below code to get versions and comments but in comments I am getting same comment to all version which is latest. Not getting why we gets same comments to all versions. Is there any other way to get this. web.lists.getByTitle("Documents").items.getById(Itemid).versions.get().then(v => { console.log("admin"); Logger.Log("getByTitle: " + v); Logger.Log("Inside v: " + v); Object.keys(v).forEach((key) => { console.log(v[key]); //Logger.Log("v[key]: " + v[key]); Logger.Log("OData__x005f_CheckinComment: " + v[key].OData__x005f_CheckinComment); Logger.Log("OData__x005f_UIVersionString: " +v[key].OData__x005f_UIVersionString); }); }) .catch((e) => { console.log("adminerror" + e); return false; }); How to get versions and comments of file? Thanks, Harish Patil2.2KViews0likes1CommentSharePoint SPFX React how to restore file version
Hi All, I have document library in SharePoint online. I have many versions for each file. I want to restore specific version of file. E.g.: I have 0.1,0.,20.3,0.4,0.5,0.6,0.7,0.8,0.9,0,1.0,1.1,.1.2,1.3,1.4,1.5,1.6. I want to restore 0.6 version. I am SharePoint online site, SPFX and React. How to restore version of file? Thanks, Harish Patil776Views0likes0CommentsDoes SharePoint modern search react refiners web part make any external call?
We want to use SharePoint SPFx modern search react refiners web part for our internal SharePoint team sites. Any web part/library is checked before it is used to make sure that it is not sending any data outside network for telemetry/analysis/application insights. I believe this web part doesn't send any data outside network. However, just want to check here to get inputs and experts' views.742Views0likes0Comments