Control visibility or Enable condition

0
Hi, I am new in mendix, i have one condition while Add record showing label field and on edit need dropdown how i will manage in mendix There are visiblity condition make visible on attribute value but i needed on add and edit condition also micro flows how to implement Thanks in advance, Milind Nikam
asked
1 answers
1

Please try to phrase your questions clearly. It is really hard to understand what you want to do.

Have you done the Tutorials, HowTo's? That should get you in the right direction.

I'd suggest to use different forms for New and Edit.

You could also add an add/edit flag to your entity to determine if it is beeing created or edited.

answered