User Profile
FedericoPorceddu82
MVP
Joined 8 years ago
User Widgets
Recent Discussions
Re: Share point - create a new App / App Credentials
Hi, consider that, the SharePoint Add-In model in SharePoint Online has been retired as of November 27th 2023, checkout the full retirement announcement to learn more https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/retirement-announcement-for-add-ins , so consider granting access via Azure AD https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread378Views0likes0CommentsRe: SharePoint Online Filter By URL
Hi, you can use the Path property in order to limit your results to specific sites (Path:https://xyz.sharepoint.com/sites/site1 OR Path:https://xyz.sharepoint.com/sites/site2/) You can use this tool in order to test your query https://github.com/pnp/PnP-Tools/blob/master/Solutions/SharePoint.Search.QueryTool/README.md Cheers, Federico1KViews0likes0CommentsRe: How to securely pass a logged in Email from a sharedpoint web part to an external API
Hi, take a look about Connect to Azure AD-secured APIs in SharePoint Framework solutions https://learn.microsoft.com/en-us/sharepoint/dev/spfx/use-aadhttpclient . Configure AWS RestAPI with Entra ID is possible https://awskarthik82.medium.com/how-to-integrate-azuread-b2c-with-aws-api-gateway-jwt-authorizer-26d7534399a 🙂278Views0likes0CommentsRe: SharePoint Capability to do OCR in PDF Documents
Hi Jason E. Heiser Flow by Power Automate is a way to build personal flow, so your statement is correct 🙂 When designing the solution, you can consider using dedicated flows with a "per-flow" license or a Logic App on Azure. In this example I wanted to highlight the power of the low code solution - no code, but for personal use, not enterprise. Thanks for your comment 🙂 Cheers Federico44KViews0likes0CommentsRe: Develop using SharePoint Add-In or SPFX Framework?
Dear Yarrah I can tell you that you are in the right place, so keep calm and talk together 🙂 SPFX solutions can be published on any tenant, however, it is essential to follow best practices, but this applies to any approach. SPFx Custom Webpart (dashboard?) must be deployed to tenant app catalog or site collection app catalog https://docs.microsoft.com/en-us/sharepoint/dev/general-development/site-collection-app-catalog SharePoint assets like lists, content type could be deployed already using SPFx https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/provision-sp-assets-from-package or using PnP Provisioning engine https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/introducing-the-pnp-provisioning-engine SharePoint Add-ins approach is already valid, in my opinion, it depends on technology approach, architectural approach and dependency, and isolation/security (governance) level you want to introduce in your solution. What I understand, your SPFx WebParts and Custom lists is a classic solution you could easily deploy and maintain everywhere, in every tenant. If you can, please check already Implement Continuous Integration and Continuous deployment using Azure DevOps https://docs.microsoft.com/en-us/sharepoint/dev/spfx/toolchain/implement-ci-cd-with-azure-devops in order to understand the great potential of how to build a solution with SPFx and deploy/maintain it according to the DevOps principles. Cheers, Federico2.1KViews2likes2CommentsRe: Sharepoint online - Guided tours, feature tour, walk throughs
Hi adika07 , this is my approach to adoption in SharePoint Online Modern Sites. This is a sample, just to share with the community a possible approach using SPFx (SharePoint Framework). Source code is available in github, and 19th December I'll show it with a small demos during SharePoint community call. Another solution could be 3th parties tool (like https://happit.com/) but I never used it, just listen about it. Cheers! Federico5.6KViews0likes0CommentsRe: Modern SharePoint Search results
Hi Bill_Young , I agree with you, Modern Search sometimes at this time it may not be customizable as you would like, and it is not the best choice if you need a really specific behavior. Take a loot at PnP Modern Search Solution. Here you can find a complete 1-hour tutorial video. I don't know if you need a solution for a specific site, btw this solution allows you to build user-friendly SharePoint search experiences using SPFx in the modern interface. Cheers, Federico1.3KViews0likes2CommentsRe: Embed Web Part
Hi JMB125 , you're welcome 🙂 There shouldn't be a particular expected behavior because it's just an iFrame, so it shows a link. Did you try to embed your link in an iFrame, in a stand-alone HTML page? In this way, you can verify out of the box behavior from your internal portal. Cheers, Federico905Views0likes0Comments
Recent Blog Articles
No content to show