Reference Qualifier to show records of same company that of another's field's company on the formIssue Customer created a custom table where they had Configuration Item field and Change Request field. Both are reference fields, pointing to cmdb_ci and change_request tables respectively. Customer wanted to put a reference qualifier on the change request field, such that it will filter Active CRs of the same company as of the Configuration Item of the form.ResolutionAssuming the configuration field name is u_configuration_item on the table, to solve this issue, the customer needs to first change the Reference qualifier type from Simple to advanced. In this advanced view, select the choice 'Advanced' from the drop down 'Use reference qualifier' Now in the script field, enter the below code to achieve the requirement. javascript: "company="+current. u_configuration_item.company+"^active=true^EQ"Related LinksHere are few docs on the Advanced Reference Qualifier: Reference QualifiersEncoded Query Strings