Changing Announcements Order By
From SDU
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.
Overview
In Service Desk release 11.x you can easily add a node to your scoreboard for 'Announcements'. But quickly I noticed that unlike the 'View->Announcements' form, it sorts Ascending by default and most would want to see the current announcements, not ones from a year ago.
Procedures
Step 1: Copy File
Copy %nx_root%/bopcfg/majic/cm.maj to %nx_root%/site/mods/majic
Step 2: Open File For Editing
Edit the %nx_root%/site/mods/majic/cm.maj
Step 3: Search File
Search for: "OBJECT cnote {"
OBJECT cnote {Step 4: Scroll to Line
Scroll down to: "SORT_BY "posted_date";"
SORT_BY "posted_date";
Step 5: Make Edit
Change to: "SORT_BY "posted_date DESC";"
SORT_BY "posted_date DESC";
Step 6: Reset System
Restart services and the default sort order will be descending for the list_cnote.htmpl.
Notes
We only added 'DESC' after the posted_date field on step 5.






