Permission
5 TopicsHow to know if I can trust an SPFX webpart?
I am in the process of implementing an spfx webpart but before I need to make sure it is not a security threat. From researching I was not able to find if there is any way to run a check or provide a validation that the webpart is safe for the organization as it does ask for Graph API permissions, I do not think there is any issues with it, but I need to be able to have cleareance. This is the webpart: https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-accordion-dynamic-section1.3KViews0likes3CommentsList, prevent add only one item
Hi! I'm using sharepoint online and, i need to build a new list with the item-level permission, that is, each member can create items, but can only change and see the ones he created himself, this configuration is already defined.works fine. My question is, members can only add 1 item, only owners can add multiple items. How do I do that? With power auto? Any ideas or examples to explore? PS: The option to approve is also active.898Views0likes0CommentsSharepoint Document Permissions - Open to all
Hello, I have sharepoint site from a private MS Teams. In in it, I have a document library that has read/edit permissions for different folders/documents. I'd like to set up one folder whose content can be read by any visitor for this sharepoint site. I went into Manage Access / Advanced / Stop Inheriting User Permissions / Grant Permissions and I added "<MS Teams/Sharepoint Site name> visitors". Yet, my visitors still can't access the documents and need to request unique access. Is there a way of making this folder permission free / accessible by all please? Thank you!Solved4.3KViews0likes2CommentsUpdateListItems -List no longer exists SOAP 0x81020026
We have a an old SharePoint integration to our system, and we want to migrate the SharePoint 2013 into SharePoint online, but after we migrate the data the UpdateListItems calls won't work anymore... even the read calls woks fine and the user can manipulate data through SharePoint website. (I created a new list, with the same user, add a row, and try to modify it via SoapUI, same result...) <ErrorCode>0x81020026</ErrorCode> <ErrorText>The list that is referenced here no longer exists.</ErrorText> <z:row ows_ID="1" ... Any suggestion/guess would be helpful.937Views0likes0Comments