Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Advanced reference filter

Fabio Cresta
ServiceNow Employee
ServiceNow Employee

Hi all. 

I defined and advanced reference filter on an attribute on a form. The reference filter is:

javascript:"company.u_country=" + current.u_country

On the form it's working.

I added the same filter on the same attribute on a portal widget and it does not work

Any help?

Thanks

 

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi @Fabio Cresta 

 

please try 

 

javascript:"company.u_country=" + current.variables.u_country

 

Maik

View solution in original post

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

Hi @Fabio Cresta 

 

please try 

 

javascript:"company.u_country=" + current.variables.u_country

 

Maik

Thanks Maik, it works!

Great!