Variable's reference qualifier is not working correctly on catalog task form Issue There is a reference variable (A) containing a reference qualifier that depends on another reference variable (B). When this reference variable (A)is displayed on the RITM and if magnifying glass is clicked, the reference qualifier works as expected and it returns the list correctly. But the same reference variable (A) when displayed on the Catalog task form, and if magnifying glass is clicked, the reference qualifier does not work correctly ie. empty list is returned. CauseThe reference qualifier contains a dependent reference variable (B) which was missing on the Catalog task form causing the issue. On the RITM form, the reference variable (A) and its dependent reference variable (B) both were displayed on the form, hence it works here.ResolutionAfter adding the dependent reference variable (B) to the Catalog task form. When the magnifying glass is clicked on the reference variable (A), the reference qualifier works as expected and it returns the list correctly since the dependent reference variable (B) is also available on the form.