Financial Management - PSFT (MOSC)

MOSC Banner

[8.58 Tools, 9.2 FS/SCM] Why can't I see "eProcurement Dashboard"?

edited Jan 3, 2022 10:14AM in Financial Management - PSFT (MOSC) 1 commentAnswered

Why isn't EPPV_PV_HOMEPAGE_FL "eProcurement Dashboard" available?

By default this fluid homepage is Public. However, regardless of what I log in as (VP1, etc.) it's not available as a homepage from the drop down top menu bar.

If I change it from PUBLIC to a specific permission list, then run portal security sync, restart web server and clear it's cache, it's still not available.

If I execute the following

  Local ApiObject &portal;

  

  &portal = %Session.GetPortalRegistry();

  &portal.Open("EMPLOYEE");

  

  %Response.WriteLine("<html><head>");

  %Response.WriteLine("<h1>LandingTabDefinitions for Portal EMPLOYEE</h1>");

  Local ApiObject &ltds = &portal.LandingTabDefinitions;

  Local ApiObject &ltd = &ltds.first();

Tagged:

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