The client I am working with wants to be able to send notifications to multiple people. Is this possible either by changing the code in the Notes object or by some other way? They really like the feature but they are disappointed that they can only notify one person.
http://blogs.msdn.com/b/nav/archive/2010/11/03/nav-2009-tips-and-tricks-create-notifications-from-task-pages.aspx
Comments
Create everyone as individuals & create groups. Piece-O-Cake!
I know it doesn't answer the question but as a side note...
Now with smartphones, Ipads & such I find it to be a great office tool too.
You can keep in touch from whereever you are.
http://www.BiloBeauty.com
http://www.autismspeaks.org
I do have the same request from a customer.
Best regards and thanks in advance
Benne
I have not resolved it - and my client still wants this to happen if at all possible.
Any suggestions anyone? [-o<
If you Add a Windows-User-Group to the Windows-User Menu in Navision you can set roles for a whole user Group instead of a user, nothing new until now. But if you do this, the group gets available also in the User dropdown of the notification. My idea was to use AD-Groups to send notifications to more then one user. In the OnInsert() Trigger you could check if its a user group (check the AD via .net interop?) and recreate the notification record for each user in the group.
This is just an idea i had, i haven't tried it but i think it should work would be a nice way to do this.
If for some reason you can't access the AD via .Net Interop you could also create some tables which determine which are groups and what users are in that group.