Custom Actions
3 TopicsActing on Real-Time data using custom actions with Data Activator
Being able to make data driven decisions and act on real-time data is important to organizations because it enable them to either avert crisis in systems that monitor product health and take other actions based on their requirements. For an example, a shipping company may want to monitor their packages and act in real-time when the temperature of the packages becomes too hot. One way of monitoring and acting on data is to use Data Activator, which is a no-code experience in Microsoft Fabric for automatically taking actions when the condition of the package temperature is detected in the data.1.1KViews0likes0CommentsSharePoint Online CustomAction redirect error
I am working on an add-in for SharePoint Online. I have a problem with the redirect in the <CustomAction> element where the button subscribes to <CommandUIHandler Command = "Redirect.Command" CommandAction = "http://www.bing.com" /> On the redirect page I get an error like in the screenshot There is no additional information and I have no idea what is wrong. Maybe some of you have encountered such a problem?602Views0likes0CommentsSharePoint Online - Add custom field to list settings page
Is it possible to add a link to an external page to configure app-specific settings for a list to a SharePoint List settings page? This is for SharePoint Online using a provider-hosted SharePoint Add-in. I tried using the directions provided here, which could achieve exactly what I'm looking for, but it doesn't work it seems: https://www.c-sharpcorner.com/article/add-custom-action-to-listlibrary-settings-in-sharepoint-using-visual-studio-fea2/#:~:text=Click%20Custom%20Action%20menu%20in,Click%20OK..910Views0likes1Comment