Add a dropdown (entity 2) to a template grid (entity 1)

0
Hi guys, For the “Other” process that contains (several subprocesses) I’ve tried to add a dropdown to show those right after click on the same screen, without success.  The dropdown should source from an entity associated with “RequestType”, on the image, called “RequestSubtype”. What would you guys suggest? Thank you!
asked
1 answers
0

Use conditional visibillity to show different page elements after selecting items from an enumeration (I suppose you have an enum to store the selected process?). Ik you don’t use an enum it is also possible to use a boolean value or other conditions in the conditional visibilliy. Just be sure to refresh the object after changing it by clicking one of the buttons.

If the reference selector does’nt work there is probably an issue in your domain model. Can be related to entity access rules.

answered