List Collector and Lookup type questions slushbucket does not honor reference qualifier on RITM variableDescriptionList Collector and Lookup type questions show differences in evaluating default values or already entered values as in RITM for Reference.Steps to Reproduce 1. Create a reference question for a catalog item, referencing sys_user table. 2. Create a list collector question, referencing sys_user table. 3. Make a user (i.e. Abel Tutor) inactive. 4. As admin open catalog item and set values for both the above variables as the inactive user (Abel Tutor). 5. Order Item. 6. As itil user open the ritm generated. The reference question shows value as Abel Tutor, but List Collector does not show Abel Tutor. This is due to the OOB Business Rule 'User Query' which works for non-admin users.WorkaroundThis is expected behaviour across the platform, on Service Portal and inside a MRVS. The value on right hand side of the slushbucket is already selected from a left hand side that had filtered values. Moreover the submitted values on a fields should not be filtered on any rule to avoid causing inconsistency. The question type to be used needs to be chosen based on its behaviour. There are differences in the way default or already entered value is evaluated for Reference, List Collector and Lookup type of questions. Evaluating the default value: 1. Reference question applies BR but no reference qualifier. 2. List Collector applies only BR but not reference qualifier 3. Lookup Select box applies both BR and Reference Qualifier. While evaluating the entered value (eg in RITM) 1. Reference Question doesn't apply BR and reference qualifier. 2. List Collector applies only BR but not reference qualifier 3. Lookup Select question applies both BR and qualifierRelated Problem: PRB1379861