My flowbies! I want to trigger a Flow based on someone being added to an Azure AD Group. This doesn’t appear to be possible currently, as the Azure AD connector has no triggers. Am I correct? Andrew Bibby Hold my beer Microsoft Graph API contains the subscription feature where you can create subscriptions where a […]
Tip #568: Disable new knowledgebase article notification
Mini Truckstop Gotta love truckstops. Someone asks an interesting question, bunch of people send the answers in, all we need to do is to copy, link, verify, write some code, double-check, remove sensitive information, format, test, publish. Easy! This time the question comes from none other than Julie “There is no place like home” Yack. […]
Tip #471: What will stop your form from closing
tl;dr Setting data validation error on the form level with Xrm.Page.ui.setFormNotification call will NOT stop form from closing, setting errors on individual controls with Xrm.Page.getControl(arg).setNotification, on the other hand, will. To achieve even better results, use business rule instead of the javascript. Slightly longer version Friend of mine pinged me to help with the script […]
Tip #395: Notifications
When I discuss requirements and user stories for Dynamics CRM deployments, a common request is that users be notified about various items. It seems like many people automatically think of email when they think of alerts and notifications. But I recommend that you stop before creating a bunch of email notification workflows and consider the […]
Tip #286: Another way to get notifications
Back in Tip 276 we talked about how to get notifications if you weren’t an administrator. It recently came to my attention that Microsoft has added a “notifications” button to the CRM Online organization properties. From here you can add additional users to get notifications for the organization. For example, when there is an update […]
Tip #276: When nobody is an O365 Global Administrator
With CRM Online, adding users and managing organizations is performed via the Office 365 Administrator Portal. This has some great advantages, as you can perform organization maintenance on all of your organizations from a central location. This also means that managing CRM Online organization settings in Office 365 Admin Portal requires Global Administrator privileges. But […]