- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2020 02:27 AM
I have a reference field pointing to table B on table A. On table A and B I have Company field.
When user Opens a form to submit a record on table A, they see a reference field of table B.
Now that reference field should have two qualifiers active = true and Company = company of table A.
How can I do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2020 03:23 AM
Just single line helped me from this link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2020 03:23 AM
Just single line helped me from this link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2020 03:12 AM
Hi,
Go to the dictionary of the field and configure the reference field
Please use Advanced Reference qualifier with below Query :
javascript: active = true^company = current.company
the add the dictionary attribute : ref_ac_columns=company
Mark helpful if it is..
Regard,
Somasekar C
AELUM Consulting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2020 03:25 AM
You could just use a single line reference
javascript:"active=true^company="+current.company