Integrate with Other Portals

This section describes how you can integrate the Eagle Portal with other Enterprise portals. The following shows how the Eagle Portal is integrated using a third party application.

Eagle Portal Integrated Using a Third Party Application

The following sections describe the integration modes and options you can use and examples of how to set them up using redirect.ashx.

Set up Eagle Portal Integration

You can use a variety of modes when integrating the Eagle Portal with other Enterprise portals.

Reports

The reports you can set up are the reports located in the Portfolios window.

The following example shows how you can set up a report using non-integrated security, with header and footer:

http://<portalurl>/redirect.ashx?u=<username>=<password>=inbox

The following example shows how you can set up a report using non-integrated security and no header:

http://<portalurl>/redirect.ashx?u=<username>=<password>=inbox&no_header=1

The following example shows how you can set up a report using non-integrated security, and no header and no footer:

http://<portalurl>/redirect.ashx?u==<username>=<password>=inbox&no_footer=1&no_header=1

The following example shows how you can set up a report using integrated security, no header and no footer:

http://<portalurl>/redirect.ashx?mode=inbox&no_footer=1&no_header=1

Portfolios

The portfolios you can set up are the portfolios located in the Portfolios window.

Queries

You can set up query reports as shown in the following examples. When specifying a query report name, you must specify its short name.

The following example shows how you can set up a query report using non-integrated security, no header and no footer:

http://<portalurl>/redirect.ashx?u=<username>=<password>=query&no_header=1&
no_footer=1&report_name=HOLDINGSRPT

The following example shows how you can set up a query report using integrated security, no header and no footer:

http://<portalurl>/redirect.ashx?mode=report&no_header=1&no_footer=1&
report_name=SUMMARY

Dashboard

When you log in to the Eagle Portal, the Dashboards window is the default. All the dashboard views you create are located on the Dashboards window.

The following example shows how you can set up the dashboard using non-integrated security:

http://<portalurl>/redirect.ashx?u=<username>=<password><password>=dashboard

The following example shows how you can set up a dashboard view using integrated security, no footer, no header, entity id, auto run, dashboard view, and effective date:

http://<portalurl>/redirect.ashx?mode=dashboard&no_footer=1&no_header=1&entity_id=AQBAL&autorun=1&view_id=369&effective_date=06/30/2006

Settings

Settings are available in the Eagle Portal by clicking the Settings link. Settings are only available if your role has been granted permission to access them.

The following shows an example of settings, using non-integrated security, and no footer, no header:

http://<portalurl>/redirect.ashx?u=<username>=<password>=settings

The following shows an example of settings, using integrated security, and no footer, no header:

http://<portalurl>/redirect.ashx?mode=settings

Mode Options

You can use the following parameters when setting up the different modes:

  • View_id. View IDs are available if you have created views for dashboards and queries.
    The following is an example of query, with view, no header and no footer, using non-integrated security:
    http://<portalurl>/redirect.ashx?mode=query&u=admin&p=Eagle1&report_name=BYGICSSECTOR&view_id=V_499&no_header=1&no_footer=1

  • Entity_id. Entity_id is the fund ID you use for running dashboards or queries.
    The following shows an example of query, integrated security, with view, effective date, entity ids, auto run, no header and no footer:
    http://<portalurl>/redirect.ashx?mode=query&report_name=EQHLDXTAB&no_header=1&no_footer=1&view_id=V_526&effective_date=01/31/2007&entity_id=1520,2136,2181&autorun=1

  • Effective_date. Effective date you use for running dashboards or queries.
    From_date
    to_date

  • Options
    no_header=1
    no_footer=1

  • Security
    u=<username>
    p=<password>
    You can use integrated security or non-integrated security when including the Eagle Portal in other Enterprise portals. Integrated security does not use username and password whereas non-integrated security uses user name and password.

  • Theme
    theme_change = <theme name>
    The following example shows reports using a theme, with non-integrated security
    http://<portalurl>/redirect.ashx?mode=inbox&theme_change=red&u=<username>=Eagle1