web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

CRM In-App Notifications for Custom Tables

(3) ShareShare
ReportReport
Posted on by 41
Hello, 
 
I recently got In-App Notifications up and working in our Dynamics 365 environment. 
 
Is it possible to get In-app notifications working on custom tables? I'm not able to achieve it so far and I'm wondering if anyone else has had success doing this. 
 
Thanks
I have the same question (0)
  • Nitesh Raj Profile Picture
    188 on at
    Hello Joey Helms,

    Do you want an In-App Notification on some changes on the custom table records?

    If yes, I have This Blog: Setup In-App Notifications in Power Apps Easily – Dynamics Services Group

    In this blog, you will see how we can manage the In-app notifications with Power Automate.

    Best regards,
    Nitesh Raj
  • Joey Helms Profile Picture
    41 on at
    @Nitesh Raj Hey thanks for the reply. 
     
    I'm not sure if Power Automate will work for me here. I'll try to give some more details. 
     
    So the out of the box notes table is working. I have it in the time line on contacts, accounts, and opportunities. It's working great there for now. 
     
    But, we have a custom table/activity named Sales Note which is similar to a note but can provide much more detail as far as who, when, what, where, etc. I would like to make a field on this table that would be a multi line text field, with the rich text editor control applied. With that applied I would like to be able to use "At-Mentioning" on this custom table using the out of the box functionality because people want to make sales notes and tag other people to review. This is why the Power automate solution will not work. The user they would be tagging would be dynamic and would be going to 1 or several users. I know I could add some fields to the sales note custom table to accomplish this but it doesn't provide the same user experience as out of the box. 
     
    So if I'm able to enable that custom table to function like out of the box, that would be great but it looks like that is not possible. Is that correct?
  • Suggested answer
    Community Member Profile Picture
    33 on at
    In App notifications are specifically for user level and to be displayed to app users as a toast or within notification center of model driven app.
    so its not for table level, we cant set it at table level. MS has provided webapi/sdk to call it in app. See below code: 
     
    var SendAppNotificationRequest = new Example.SendAppNotificationRequest(
        title = "Welcome",
        recipient = "/systemusers(<GUID of the user>)",
        body = "Welcome to the world of app notifications!",
        priority = 200000000,
        iconType = 100000000,
        toastType = 200000000,
    );
    Xrm.WebApi.online.execute(SendAppNotificationRequest).then(function (response) {
        if (response.ok) {
            console.log("Status: %s %s", response.status, response.statusText);
            return response.json();
        }
    })
    .then(function (responseBody) {
        console.log("Response Body: %s", responseBody.NotificationId);
    })
    .catch(function (error) {
        console.log(error.message);
    });
  • Suggested answer
    Nitesh Raj Profile Picture
    188 on at
    Hello, Joey Helms,

    I understand your problem.

    So, first, why mention works in notes? 

     
     
    This info might be useless to you as you know this already.

    I have never worked with this, so I might not be your help. I am posting this so others can get the situation. And also, I learned about this from here: Use @mention to collaborate with your team using Notes - Power Apps | Microsoft Learn

    I hope it can help.

    Best Regards,
    Nitesh Raj
     
     
  • Suggested answer
    Hamza H Profile Picture
    1,807 on at
    Yes, In-App Notifications do work with custom tables in Dynamics 365, but you must:
    1. Ensure the custom table is enabled for the Unified Interface.
    2. Use Power Automate with the "Send In-App Notification" action.
    3. Set the correct entityType (logical name of your custom table) and record ID.
    4. Ensure the user has access to the table in the model-driven app.


    Follow the Link: Send in-app notifications within model-driven apps 10/11/2024

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 171 Super User 2025 Season 2

#2
#ManoVerse Profile Picture

#ManoVerse 83

#3
Jimmy Passeti Profile Picture

Jimmy Passeti 50 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans