After you expand the Nav Bar, do you click the Navigator/Menu icon? If so, this episode is for you! Learn how to automatically expand the Navigator without customizing PeopleSoft. Check out our PeopleTools course offerings at https://www.jsmpros.com/courses/.
JavaScript for this episode:
document.addEventListener('DOMContentLoaded', function(event) {
var el = document.getElementById('PTNB$PTNUI_NB_MENU');
if(!!el) {
el.click();
}
});
#PeopleSoft #PeopleTools Sound Bytes are short, five to fifteen-minute educational tidbits designed to describe a #PeopleTools feature. Do you have a topic you would like us to discuss? Tell us about it at https://soundbytes.jsmpros.com/.
Jim Marion is an #OracleAce ♠, author of several PeopleTools books, blogger, public speaker, and PeopleTools instructor. Connect with Jim on LinkedIn at / jimjmarion .