- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 04:25 AM
Hi All,
I have a table Budget where there is
1. A choice field Budget type - Opex, Capex
2. Reference field HFM (Referring to HFm company table) has a field Budget type as "Opex, Capex and Both"
Now when user selects Opex on Budget table, HFM records with Budget type 'Opex and Both' should populate
And, when user selects Capex on Budget table, HFM records with Budget type 'Capex and Both' from HFM should populate.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 08:02 AM
Hi Sony,
I have tried using Reference Qualifier and it worked.
javascript: 'u_budget_type=Both^ORu_budget_type=' + current.u_budget_type;
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 04:38 AM
Hi ,
Please refer below link do changes accordingly it might help you:
I hope this will help you.
If it works then kindly mark the answer as correct .
Thank you,
Sony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 04:55 AM
Hi Sony,
It din't work. Reference field is returning all the records irrespective of the Budget type I selected.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 05:04 AM
Can you please send your code here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 08:02 AM
Hi Sony,
I have tried using Reference Qualifier and it worked.
javascript: 'u_budget_type=Both^ORu_budget_type=' + current.u_budget_type;
Thanks.