GL WorkCenter link is placed in Recently Used but cannot be added as a Favorite with IE. I modified
In the Application Package PeopleCode PT_FAV.AddTOFav.OnExecute there is a section of code that is making the Workcenters seem like they are Folders. I added the code in red below. The GL WorkCenter can now be saved as a Favorite. It is the same link that gets saved in Recently Used. Not sure what is causing the &SmartNav to be True but it is with WorkCenters.
method save
/+ &favDescr as String, +/
/+ &favObjName as String, +/
/+ &navColl as String, +/
/+ &keys as String, +/
/+ &smartNav as String +/
Local ApiObject &favColl, &fav;
Local string &fldrNavURL;
Local string &qsParams;
Local number &pos;
Local boolean &isFavFldr;