PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center