Focal Point
[SOLVED] create a public Portal list

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6527021576

March 13, 2015, 09:26 AM
Winfred Gunter
[SOLVED] create a public Portal list
Anyone,

I have a need to create a dynamic list of available public portals.
I have searched thru the repo tables and have not found them, yet.

I'm needing a list of the urls like :
/ibi_apps/bip/portal/MyPortalName

Thanks,
--wg

This message has been edited. Last edited by: <Kathryn Henning>,


WF 8009m, Clustered vm Windows2008r2 reporting servers;
Web interface: tomcat;
Output: EXCEL, HTML, PDF; dbms: Oracle 10, db2 on mvs, mssql
March 19, 2015, 12:06 PM
Winfred Gunter
ok,

Found what I needed in another thread:

select NAME
from UOA_RESOURCES
where PARENTID in (select ID from UOA_RESOURCES where NAME = 'Portals')

--wg


WF 8009m, Clustered vm Windows2008r2 reporting servers;
Web interface: tomcat;
Output: EXCEL, HTML, PDF; dbms: Oracle 10, db2 on mvs, mssql