
Hi Everyone,
For one of our use case, we need a list of users who are currently available for a meeting to show under a user lookup in dynamics 365. Now, we see the status against the user name everywhere across Dynamics 365 but is there a way to use that as a filter criteria to filter the users based on their status.
Thanks!
hey Kirti.
Out of the box, I don't think so. You'll need to search if there's a custom control for this. Otherwise, I guess you can start by creating a Custom Control that is populated by a Microsoft Graph query, as the Microsoft Graph API can return the online presence:
learn.microsoft.com/.../presence-get
Regards