Adding an Outlook Web Applet to a Task Detail Page as Related Information

You can embed external Web content, such as Microsoft Outlook, by creating a custom Web applet that appears as a related information section in your task detail page.

To perform this procedure, your role must include the Customize Application and Manage Custom Web Applets privileges.

To add a Microsoft Outlook Web applet to a task detail page as related information

  1. In the upper-right corner of any page, click the Admin global link.

  2. Click Application Customization.

  3. Click Activity.

  4. In the Application Setup section, click Global Web Applets, then click New.

  5. In the Custom Web Applet page, complete the following fields, and click Save.

    Field Comments

    Name

    Enter Outlook Calendar.

    Location

    Select Detail Page.

    Type

    Select HTML.

    Web Applet HTML

    Add the following code:

    <script src="http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.
    com/ig/gadgets/file/118137453981720645697/MSOutlookWidget.xml
    &amp;up_DefaultView=Inbox&amp;synd=open&amp;w=800&amp;h=500&amp;title=
    Microsoft+Outlook&amp;border=http%3A%2F%2Fwww.gmodules.com%2Fig%2Fimages%2F&amp;output=js"></script>
    Note: To change the size of the Microsoft Outlook gadget, modify the numbers (in pixels) for the width, which is 800 (w=800) in the code shown here, and the height, which is 500 (h=500) in the code shown here.