Role Center >> "My Notifications"

leungdd
Member Posts: 8
Hi,
does anyone know how to create "Notification" by any customization? I cannot find the source table.
If we can do that, then we can do Workflow Management in NAV.
Thanks!
does anyone know how to create "Notification" by any customization? I cannot find the source table.
If we can do that, then we can do Workflow Management in NAV.
Thanks!
0
Comments
-
Yes. It is possible.
The notification is stored in as a blob in the Record Link table.
You must give it a start and end character for it to work. Otherwise it will crash when the role center is openned0 -
what are the starting and ending characters? any idea to construct the url in the record link table for the notification as well?
thanks,
xiao0 -
I have only looked into the start and end characters.
BLOBWrite(VAR BLOBRef : TEMPORARY Record TempBlob;NewText : Text[1024])
BLOBRef.Blob.CREATEOUTSTREAM(NVOutStream);
StartChar := 1;
EndChar := 0;
NVOutStream.WRITE(FORMAT(StartChar,0,'<CHAR>') + NewText + FORMAT(EndChar,0,'<CHAR>'));
Once I get some time. I will look into the link (bookmark).
Otherwise - if someone else has done so. Please share.0 -
StartChar and EndChar are of DataType=Char0
-
Once I get some time. I will look into the link (bookmark).
Otherwise - if someone else has done so. Please share.
You should be able to find information about how to create these links in the documentation (which is referenced in my post) and in my post:
http://blogs.msdn.com/freddyk/archive/2008/11/19/creating-and-running-hyperlinks.aspxFreddy Kristiansen
Group Program Manager, Client
Microsoft Dynamics NAV
http://blogs.msdn.com/freddyk
The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions