Dynamic Lookup Attribute Gets Blanked After Editing Another Attribute
search cancel

Dynamic Lookup Attribute Gets Blanked After Editing Another Attribute

book

Article ID: 255057

calendar_today

Updated On:

Products

Clarity PPM SaaS

Issue/Introduction

A dynamic lookup attribute value gets reset/blank when another attribute on the canvas gets updated.

STEPS TO REPRODUCE:

1.Create a dynamic lookup with NSQL

2.Create task object attribute and set to the created dynamic lookup.

3.Go to Modern > Project > Task

4.Set the attribute to value.

5.Change another attribute

6.Review the attribute value.

Actual: The attribute gets blanked out.

Expected: Attribute should retain value.

Workaround: None

 

Environment

Release : 16.0.3

Resolution

This is reported as DE67993 and the resolution is to run the following SQL Update statement:

update cmn_option_values
set value = '1'
where option_id = (select id from cmn_options where option_code = 'RESET_DEP_LOOKUP_VALUES')