Lookup field displaying wrong data in MUX
search cancel

Lookup field displaying wrong data in MUX

book

Article ID: 215432

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

Whne two values returned by a dynamic lookup have a similar ID, the Modern UX might display the wrong value to the selected one.

STEPS TO REPRODUCE: 
1. Create a "Dynamic Query Lookup" in Classic Studio 
   Hidden Key = departcode 
   Display Attribute = shortdesc 
   Browse Window tab set the Filter Layout and List Layou to have 'shortdesc' and 'departcode' 
   Source Database: Niku 
   SELECT @SELECT:D.DEPARTCODE:DEPARTCODE@,
      @SELECT:D.DEPARTCODE:UNIQUE_CODE@,
      @SELECT:D.DESCRIPTION:DESCRIPTION@,
      @SELECT:D.SHORTDESC:SHORTDESC@,
      @SELECT:E.ENTITY:ENTITY@ 
   FROM    DEPARTMENTS D, ENTITY E
   WHERE   @FILTER@ 
   AND D.entity_id = e.id 
   @BROWSE-ONLY:
   AND @WHERE:SECURITY:DEPARTMENT:D.ID@
   :BROWSE-ONLY@
2. Create an attribute called: "zDepartment"
   Data Type: Lookup - String
   Database Table: odf_ca_project  
   Value Required = true/checked  
3. On the Views tab from the Project object, edit the General Subpage to include the attribute 
4. In the Modern UX, add the field to a blueprint 
5. Add the column to the project list 
6. In Classic, Edit a project, take a note of the value saved, i.e. Marketing - TEST_MKT 
7. View the same project in the Modern UX project list, the same value is displayed 
8. Open the project detail in the Modern UX, it will show a different value (it shows Other Marketing - TEST_Mkt_other) 

Expected Results: Dynamic lookups show the same value in Modern UX project detail as they do in the Modern UX Project list and in Classic. 

Actual Results:  Dynamic lookups show the wrong value in Modern UX project detail as they do in the Modern UX Project list and in Classic. 

Environment

Release : 15.9.1

Component : CA PPM SAAS STUDIO

Cause

This is caused by DE60885 

Resolution

This is fixed in 15.9.2