Query 1511 User IDs by Notification Type

App
Base Application
Namespace
System.Environment.Configuration
Versions
17-28

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/System/Notifications/UserIDsbyNotificationType.Query.al25 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Environment.Configuration;

query 1511 "User IDs by Notification Type"
{
    Caption = 'User IDs by Notification Type';

    elements
    {
        dataitem(Notification_Entry; "Notification Entry")
        {
            column(Recipient_User_ID; "Recipient User ID")
            {
            }
            column(Type; Type)
            {
            }
            column(Count_)
            {
                Method = Count;
            }
        }
    }
}