Skip to Content
Menu
This question has been flagged
1 Reply
979 Views

MAIN PROJECT MODEL:

Project name: Field A

Customer name: Field B - Select a customer name from a list of customers from customer model

Task names: Field C -Select a task from Task table where customer name="Field B".

Question: How can I create the filter on studio to show all tasks that belongs to customer named in previous field B

Avatar
Discard
Best Answer

HI,

Write an onchange function for the first field from the user interface and return the domain for the second field.

Write onchange from UI:  

https://www.youtube.com/watch?v=psQF5jOrd48


Return domain in onchange: https://www.youtube.com/watch?v=IpXXYCsK2ow

Thanks

Avatar
Discard