needing a certain company from a list of a list of companies to not appear if No is selected on an Enum.

0
Hi.   If no is selected on the below. I do not want the Company ‘SUEZ Recycling and Recovery’ to show up in the drop down list for companies to select from. Is that possible. Pictures shown below.       Thanks   Jess
asked
1 answers
0

The company name reference selector is from another entity right? 
if yes then to that entity you can add another column “SUEZ” boolean and control the companies there.
Now in the Add Employee page, in the reference selector for Company, in the Selectable elements put a constraint that has the SUEZ boolean check against your currentobject/propertyname (which is a boolean too that gets selected in the current dataview)

Hope this helped :)

answered