Table of Contents

Search

  1. Preface
  2. Introduction
  3. IDD Concepts
  4. Implementation Process
  5. IDD Configuration Manager
  6. Manual IDD Configuration
  7. IDD Global Properties
  8. Appendix A: Sizing and Platform Requirements
  9. Appendix B: Application Components
  10. Appendix C: IDD Security Configuration
  11. Appendix D: Data Security
  12. Appendix E: Example Role-Based Security Configuration
  13. Appendix F: Data Masking
  14. Appendix G: Siperian BPM Workflow Engine
  15. Appendix H: Locale Codes
  16. Appendix I: Troubleshooting
  17. Appendix J: Glossary

Data Director Implementation Guide

Data Director Implementation Guide

Custom Top-Level Tabs

Custom Top-Level Tabs

You can add custom top-level tabs to Informatica Data Director.
You can add a tab to display an external link in an iFrame. You cannot use websites such as Google and Facebook with iFrame because of the privacy policy of the websites. Ensure that the external link is for a website that is compatible with iFrames.
The following example code sample adds a Bing search page:
http://www.bing.com/search?q=bddUserName&hl=en
<bddApplication …> … <uiExtensions logicalOrsGroupName="CMX_ORS"> <topLevelTab name="custom_bing_tab" displayName="Bing Search"> <externalLink name="bing_username" type="IFRAME" url="http://www.bing.com/search" displayName="Bing search"> <param name="q" bddParamName="USERNAME"/> <param name="hl" staticValue="en"/> </externalLink> </topLevelTab> … </uiExtensions> … </bddApplication>

0 COMMENTS

We’d like to hear from you!