User Profile
ArefHalmstrand
MCT
Joined 7 years ago
User Widgets
Recent Discussions
Re: Conditional Access on web grounding for Copilot
Hello, This was solved by navigating to config.office.com, Create a new Config Policy and allow web grounding in Copilot for a security group. In our case, we had to ensure there was no GPO that created a conflict with the policy to make sure it is also configured correctly on client applications.142Views1like0CommentsRe: Creating a page which displays data from API or database
Hello Jason, Pages in SharePoint use something called web parts. These webparts can show data from a SharePoint List or document library for example. It is possible to retrieve information that exists in SharePoint. However, if you would like to make an API call to fetch data from another source, then you would need some development skills to build your own webpart. Best regards, Aref Halmstrand Please mark as resolved if this was helpful ๐56Views0likes0CommentsRe: Best web part or approach to show 5 images beside each other with links below them
Hello johnjohn-Peter , The web part I would recommend is the quick link web part. You can configure it to show image with a title. It would be closest to what you are describing. Unfortunately, you will not be able to control what links that are visible in different screen sizes. To do that, you would need to create your own custom SPFx solution. Yours sincerely, Aref Halmstrand Please mark as resolved if this was helpful. ๐ Feel free to also give it a like! ๐คฉ60Views0likes1CommentRe: Sharing SharePoint list from site to another Teams Channel?
Hello Rexter, You can definitely share your list to a Teams channel that is not connected to the SP site. You just have to give the list unique permissions and invite the members of the team to that list. Within the channel, create a new tab (SharePoint) and add the URL to the list. If you want users to fill in a form, and the data should then be saved at your list, without users having permissions to your list. Then I would recommend using Power Automate to handle that process for you. Yours sincerely, Aref Halmstrand Please mark as resolved if this was helpful. ๐ Feel free to like as well! ๐คฉ151Views1like0CommentsRe: Can we disable the versioning changes on the libraries and only force it from the Organization
Hello johnjohn-Peter , I like your idea. I would have liked that feature. Unfortunately, that is currently not possible to do. What I have seen some customers do is to build their own provisioning solution for creating sites. Within that solution, they configure necessary settings. But this would still not be good enough for when new document libraries are created. Yours sincerely, Aref Halmstrand Please mark as resolved if this was helpful. ๐ Feel free to also give it a like! ๐คฉ50Views1like0CommentsRe: Limit-Access to all external users, how we can do this
Hello, To automatically add any external users to a group. Create a Dynamic security group. Add a rule that includes all users with the type "guest". See more : Manage rules for dynamic membership groups in Microsoft Entra ID - Microsoft Entra ID | Microsoft Learn About limiting access, what type of access are you trying to limit/prevent? Could you give some examples?107Views1like1CommentRe: Does E1 & E3 license allow users to create or use copilot agents?
Hello johnjohn-Peter , Honestly, I am 95% certain of this but would like to have someone else to also verify. :) Your E1 and E3 licenses users are able to access and work with Agents. However, to be able to create an agent, you will need to have the Copilot Studio license within your tenant. You also need to have the "pay-as-you-go" plan because you will be paying for the consumption in the tenant, instead of each users Copilot license. Assign user licenses and manage access - Microsoft Copilot Studio | Microsoft Learn Your sincerely, Aref Halmstrand425Views0likes0CommentsRe: Help Linking SharePoint Lists
Hello vfaria , Create a SharePoint list for the projects. The projects should be added through a Power App, that is controlled by Power Automate, with approval flow. The projects then get added to a controlled list that only the "Power Automate" account has access to add information to. Each project will have a unique ID (default list column). The unique ID will later be used. Further develop the Power App experience to showcase a dropdown or searchable column for all current projects. The user has to select a project to be able to create an initiative (to connect them). When the user has selected a project and wants to create the initiative. Trigger a Power Automate to find the list item with the unique value "Title" and fetch the project ID. Use that ID value in another list where you store the initiatives and, in that way, they will be connected to the project. In the initiatives list, you will need to create a custom column for the "Project ID". Because you cannot override the ID on the initiatives. Yours sincerely, Aref Halmstrand If this was helpful, please mark as resolved ๐ Feel free to give this message a like! ๐คฉ64Views0likes0CommentsRe: Set Unique value based on the (CreatedDate & CreatedBy)
Exactly, If you try to create a list item, either through the interface or API, it will default try to create an object with the content type "Item". However, if you are only working with a custom content type, then the users will never be able to "guess" the content type ID and actually create a real item. You can look at it this way: if they try to go the wrong way, you will notice it as spam. The idea is not to remove the default content type. It has to coexist with the custom content type. Just make it hidden on the +new button and make sure content type is not shown as an editable field anywhere. Yours sincerely, Aref Halmstrand Please mark as resolved if this was helpful ๐ Feel free to like this post ๐คฉ34Views0likes0CommentsRe: Set Unique value based on the (CreatedDate & CreatedBy)
In what way do you mean that they can modify the list using an API? :) I recommend doing a penetration test on the list just to try it out. It is impossible to create an "official" item using the right content type unless they have the ID. To get access of the ID, they have to either be site owners or owners of the list.56Views0likes1Comment
Recent Blog Articles
No content to show