Page Name Displayed Instead of Custom Object Instance Name
search cancel

Page Name Displayed Instead of Custom Object Instance Name

book

Article ID: 438471

calendar_today

Updated On:

Products

Clarity FedRAMP Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

Object Instance Header Title displays a Page Name that is part of the navigation menu if the internal IDs match

STEPS TO REPRODUCE

  1. Go to MUX > Pages and create a page called "My Test Page"
    • Note the URL the page generated and the Page ID: 5000000
    • http://myserver:8080/pm/#/uipage/5000000
  2. Go to Classic > Administration > Studio > Create an API Enabled Custom Object without Object Extension called "My Custom Object"
  3. Go to MYX > Custom Objects > My Custom Object
  4. Create an instance of the object called "My Object Instance"
    •  Note the URL the page generated and the Instance ID: 5000000
    •  http://myserver:8080/pm/#/customobjects/custObis/5000000/details
  5. The object instance Header Title displays the Instance Name : "My Object Instance" 
  6. MUX Administration > System Settings > Navigation Menu
    •  Add Page > Add "My Test Page" to the menu
  7. Navigate to the page on the menu
    •  Note the URL the page generated and the Navigation Menu ID: 5000000
    •  http://myserver:8080/pm/#/uipage/5000000/details
  8. Go back to the object instance craeted in Step 4
  9. Look at the Header Title

Expected Results: The Header Title displays the Instance Name: "My Object Instance" 
Actual Results: The Header Title displays the Page Name: "My Test Page"

Environment

Clarity 16.4.1, 16.4.2

Cause

This is caused by DE189559

Resolution

This is fixed in Clarity 16.4.3

Additional Information

It is necessary for reproducing the issue that the internal 5 million ID that Clarity assigns to the page and the object instance ID to match