Where are Notifications stored
-
Where are Notifications stored
Posted by Jason Wilder on October 11, 2018 at 10:55 am-
When creating a Note you can notify a user.Ā It will show up in users role center in the “My Notifications” factbox (also Job Queue errors seem to show up in here as well).Ā This is a system factbox so the structure of this is invisible to us.Ā What table is this information stored in?Ā The reason I am asking is that I need to delete a bunch of entries in there.
——————————
Jason Wilder
Senior Application Developer
Stonewall Kitchen
York ME
—————————— -
Jonathan Delfraisse
MemberOctober 11, 2018 at 12:59 PM
Looks like Notes are stored in the “Record Link” table.Ā ĀSource 1 :Ā Microsoft Dynamics NAV: Notes Attached To Documents Are Links
ArcherPoint, Inc. remove preview 
Microsoft Dynamics NAV: Notes Attached To Documents Are Links I learned something useful (or maybe I relearned something useful) today that I want to make sure and write down for future reference-not only for my future reference, but everyone else’s, too. I need to give credit to Ed Fager, my esteemed ArcherPoint colleague who told me about this. View this on ArcherPoint, Inc. > Source 2:Ā How to Read/Write Notes in Navision using C/AL
Navisionworld remove preview 
How to Read/Write Notes in Navision using C/AL In this post I will discuss how to read the notes and how to create the notes programmatically. When you create a note where the data is saved in the Navision ? I have seen this question being asked several times in the community forum. View this on Navisionworld > Ā
——————————
Jonathan Delfraisse
Computer Specialist
MANCON
Virginia Beach VA
NAV 2015
——————————
——————————————- -
I agree the notes (and links) are stored in the Record Links table.Ā I am trying to figure out where the Notifications in the My Notification factbox are stored as I thought these were separate tables.
When I looked at this again (thanks to your post!) I was surprised to find out that the Note and the Notification are actually the same record.Ā If you see a Notification in My Notifications and you right click and remove the Notification it simply modifies a field in the Record Links table called “Notify” from True to False.Ā Then since the My Notifications factbox is filtered on Notify = True and Userid = “your userid”, the Notification goes away.Ā It’s still there but just filtered out of your view.
So to answer my original question I just need to go into the Record Links table and un-click the Notify field for my userid which will make all my notifications go away.Ā If someone accidentally removes a Notification you could go into the Record Links table and set the Notify field to true againĀ and it would show back up for them.
Solved, thank you.
——————————
Jason Wilder
Senior Application Developer
Stonewall Kitchen
York ME
——————————
——————————————-
Jason Wilder replied 7 years, 11 months ago 1 Member · 0 Replies -
-
0 Replies
Sorry, there were no replies found.
The discussion ‘Where are Notifications stored’ is closed to new replies.