Auto Visible

0
In my application ,there are 1 entity car(name,Mno,speed).i have car dropdown for selecting car name .Mno,speed details auto visible .how to implement this ?
asked
1 answers
3

Hi Sindhu,

For this, you can use the constraint by feature, 

https://docs.mendix.com/refguide/reference-selector/#xpath-constraints

 

to auto-populate attributes, on the basis of chosen car,

 

Hope it helps!!

 

answered