Parent (Common Investment) value is showing blank in the field when its inactive as the lookup behind is checking only for active only.
Steps to Reproduce:
Expected Results: The saved values should display the investment name in the field although the investment is marked inactive.
Actual Results: When a saved value is for an investment marked inactive, that investment is not shown in the grid list.
Release : 16.1.1
DE70049
In 16.1.2 the issue of not displaying an inactive investment in the field is resolved (DE69184); the lookup was corrected by moving the clause 'is_active =1' into the @BROWSE@ construct. With this change, when using the field in the filter section, because the @BROWSE@ construct excludes inactive investments, it is not possible to filter for inactive. This is standard behavior and this behavior won't be 'fixed' or changed.