SharePoint Online Modern Experience
3 TopicseditProps not opening edit pane
I have some custom formatting using tileProps on a sharepoint list. It was working fine and then suddenly stopped the other day. Even if I pare down the json to only my button with the customRowAction it won't open the edit panel and throws javascript errors. Any thoughts? Code: { "$schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json", "tileProps": { "hideSelection": true, "height": "385", "width": "300", "formatter": { "elmType": "div", "style": { "align-items": "stretch", "margin": "3px 2px", "background-color": "#fbfbfb", "height": "375px", "overflow": "inherit", "border-radius": "2px", "box-shadow": "1px 1.6px 3.6px 0 #00000024, 1px 0.3px 0.9px 0 #00000024" }, "children": [ { "elmType": "div", "style": { "width": "100%", "height": "32px", "position": "absolute", "bottom": "10px", "justify-content": "space-around", "text-align": "center" }, "children": [ { "elmType": "button", "customRowAction": { "action": "editProps" }, "attributes": { "title": "Submit" }, "style": { "height": "32px", "padding": "0 16px", "color": "#333", "border": "1px solid #8a8886", "background-color": "white", "cursor": "pointer", "font-size": "14px", "font-weight": "600", "line-height": "1.4", "border-radius": "2px" }, "children": [ { "elmType": "span", "txtContent": "Submit" } ] } ] } ] } } } error in console upon click: Refused to run the JavaScript URL because it violates the following Content Security Policy directive: "script-src 'self' <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> 'unsafe-eval' 'nonce-0ed1d478-c84a-4a3d-ab95-ad6f195ae5fe'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.2.5KViews0likes3CommentsCustom user properties in AD
We have AD hybrid (AD on prem > AD connect > AAD (Azure Active Directory)) and we want to be able to pull custom properties through to Sharepoint Online (for example, user shoe size, user hair colour, etc) How do we add custom properties to AAD so we can query the custom properties either using Sharepoint people search or using the Microsoft Graph please?2.7KViews0likes1CommentCalculated library column from subfolder column?
Does anyone know if it's possible to calculate a library column from column data in subfolders? For instance: I have a vendor folder, and inside that folder I have a subfolder for each active contract we have with said vendor. Each contract folder has a unique dollar amount. Can the high-level vendor folder have a calculated column that sums the dollar values of it's subfolders?749Views0likes0Comments