[8.58 Tools, 9.2 FS/SCM] Why can't I see "eProcurement Dashboard"?
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 <ds = &portal.LandingTabDefinitions;
Local ApiObject <d = <ds.first();