View Registered Products from Other Staff Members in an Organization

By default, customers can see only their own registered products on the Registered Products List page.

If you want to let customers view other products associated with members of their organization, you need to edit a configuration setting and place the AssetOrgList widget on the page.
  1. Enable the MYQ_VIEW_ORG_ASSETS configuration setting as described in Add Product Registration Files to Your Customer Portal.
  2. Open /cp/customer/development/views/pages/account/assets/list.php.
  3. Find the following line of code.
        <div id="rn_PageContent" class="rn_QuestionList">
    
  4. Enter the following code just above the line you found in step 3.
        <rn:widget path="search/AssetOrgList" search_on_select="true" />
    
    Note: When the search_on_select attribute is true, customers do not have to click the Search button after making their menu selection for displaying registered products because the report refreshes automatically.
  5. Save list.php.