Variable Attributes - ref_qual_elements

Rahul Shandily3
Giga Guru

Hi All,

 

I am creating a List Collector with Reference qual and ref_qual_elements filled in properly.

It works great with one value in the ref_qual_elements, However when I try to use two values. it somehow does not work accurately. 

 

Any idea as how the values should be populated in ref_qual_elements?

Here's what is working - ref_qual_elements=application

Here's what I want to work as well - ref_qual_elements=application,ref_qual_elements=environment,

As per ServiceNow documentation, it clearly states that 

"ref_qual_elements: A list of fields to be sent back to the server to get an updated reference." This is quoted in the URL-https://docs.servicenow.com/bundle/istanbul-it-service-management/page/product/service-catalog-management/reference/variable-attributes.html

1 ACCEPTED SOLUTION

Ahmmed Ali
Mega Sage

Hello,

 

Please try below one.

ref_qual_elements=application;environment

 

Thanks,

Ali

If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!

Thank you,
Ali

View solution in original post

3 REPLIES 3

Ahmmed Ali
Mega Sage

Hello,

 

Please try below one.

ref_qual_elements=application;environment

 

Thanks,

Ali

If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!

Thank you,
Ali

This may help also.  Shows screenshot examples and a link to working documentation: 

https://www.servicenow.com/community/developer-forum/how-to-quot-refresh-quot-reference-qualifier/m-... 

Rahul Shandily3
Giga Guru

Thank you it works as expected.