Dear Team,
I am after an requirement to filter lookup views or show only certain records based on field value. I would like to know if this achievable via JS.
I have 2 views under User entity 'Sales Director View' and 'Sales Manager View'.
I have a field called 'Discount' and I have a lookup field called 'User' within the Quote entity. When the discount value is < 10% then I need to show only 'Sales Manager view' under the user lookup or only sales manager user records under the lookup.
if the discount is > 10% then similarly i need to show only 'Sales Director view' under the user lookup or only sales director user records under the lookup.
Please let me know if this achievable OOO or via JS.
Thanks
Gowtham