Options

Send Note from My Notifications to Multiple Users

samemerysamemery Member Posts: 60
edited 2011-05-27 in NAV Three Tier
Hi,

Is it possible to send one single note from the Notes function in RTC to multiple users?

It seems like you can only send to one user at a time, however if anyone has found a way to do it for multiple the help would be appreciated.

Thank you.

Comments

  • Options
    deV.chdeV.ch Member Posts: 543
    I had a similar request and made som thoughts about it, but haven't prototyped it. But i think you could use User-Groups in ActiveDirectory and if you give a User-Group Permission in NAV you can see this group in the dropdown for sending Notification to User. then in the OnInsert() Trigger of the Notificaiton Table you could check if the selected User is a Windows Group and send to all members of that group the notification by copying the same notification but with the Users that are members of that group (probably with .net interop get the AD Group Users, or just create a NAV Table for this with a list uf users per AD Group).

    I hope this can help you find a solution.
Sign In or Register to comment.