
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 11:56 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 02:24 AM
please try
javascript:"company.u_country=" + current.variables.u_country
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 02:24 AM
please try
javascript:"company.u_country=" + current.variables.u_country
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 12:26 AM
Thanks Maik, it works!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 12:50 AM
Great!