<!doctype html> <html> <head> <title>Information Panel</title> <link rel="stylesheet" href="styles/site.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="styles/icons.css" type="text/css"> <script src="js/jquery.min.js"></script> <script src="tree/collapsibleTreeMenu.js"></script> <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css"> </head> <body class="theme-default aui-theme-default"> <div id="page"> <div id="main" class="aui-page-panel"> <div id="main-header"> <div id="breadcrumb-section"> <ol id="breadcrumbs"> <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> <li> <span><a href="Learning-Rhapsody_133164369.html">Learning Rhapsody</a></span> </li> <li> <span><a href="Getting-Started_133164370.html">Getting Started</a></span> </li> <li> <span><a href="Using-Rhapsody-IDE_133164392.html">Using Rhapsody IDE</a></span> </li> <li> <span><a href="Navigating-Rhapsody-IDE_133164407.html">Navigating Rhapsody IDE</a></span> </li> </ol> </div> <h1 id="title-heading" class="pagetitle"> <span id="title-text">Information Panel</span> </h1> </div> <div id="content" class="view"> <div id="main-content" class="wiki-content group"> <p>The <strong>Information</strong> panel displays the output results of a selected communication point or filter and provides access to its configuration properties. It also displays component search results, and component use:</p> <p><span class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img class="confluence-embedded-image confluence-content-image-border" height="250" width="680" src="attachments/133164545/133164546.png" data-image-src="attachments/133164545/133164546.png" data-unresolved-comment-count="0" data-linked-resource-id="133164546" data-linked-resource-version="3" data-linked-resource-type="attachment" data-linked-resource-default-alias="PropertiesPane.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133164545" data-linked-resource-container-version="2"></span><br class="atl-forced-newline"><br class="atl-forced-newline">The panel has the following tabs:</p> <div class="table-wrap"> <table class="wrapped confluenceTable"> <colgroup> <col> <col> </colgroup> <tbody> <tr> <th class="confluenceTh">Tab</th> <th class="confluenceTh">Description</th> </tr> <tr> <td class="confluenceTd"><p>Properties</p><p><br></p></td> <td class="confluenceTd"><p><span>Displays the configuration properties of the selected <span>component</span> (without opening its </span><strong>Properties</strong><span> dialog). You can also edit the properties of a component here. This is the same as editing the properties in the </span><strong>Configuration</strong><span> tab of the component's </span><strong>Properties</strong><span> dialog.</span></p><p>You can also view the <strong>Configuration Properties</strong> for a selected component using the following methods:</p> <ul> <li>Route properties - select the route and then right-click and select the <strong>Route Properties</strong> command from the context menu in the <strong>Workspace</strong> or in the <strong>Route Editor</strong>.</li> <li>Communication point properties - select the communication point and then right-click and select the <strong>Communication Point Properties</strong> from the context menu in the <strong>Workspace</strong>. Alternatively, double-click the communication point in the <strong>Route Editor</strong>.</li> <li>Filter properties - select the filter in the <strong>Route Editing</strong> panel and then right click and select the <strong>Properties</strong> command from the context menu. Alternatively, double-click the filter in the <strong>Route Editor</strong>.</li> <li>Use the keyboard shortcut to display the properties for the selected item.</li> </ul></td> </tr> <tr> <td class="confluenceTd"><p>Output</p></td> <td class="confluenceTd"><p><span>Displays</span> the status and any associated error messages for a selected component or route as it is checked in and out, or started and stopped. These messages can be informational (for example, check-in complete) or can indicate an error. Viewing error messages in this tab is the first step to troubleshooting a configuration and getting the route to process its messages correctly.</p></td> </tr> <tr> <td class="confluenceTd"><p><a href="Finding-Components_133164393.html">Find Results</a></p></td> <td class="confluenceTd"><p><span>Displays</span> search results for components based on search criteria. Refer to <a href="Finding-Components_133164393.html">Finding Components</a> for details.</p></td> </tr> <tr> <td class="confluenceTd"><p><a href="Showing-Uses_133164406.html">Show Uses</a></p></td> <td class="confluenceTd"><p><span>Displays</span> search results for where a selected component or Rhapsody object is used. Refer to <a href="Showing-Uses_133164406.html">Showing Uses</a> for details.</p></td> </tr> </tbody> </table> </div> <p> </p> </div> </div> </div> </div> </body> </html>