Hi all, I am currently using Mendix 8.18. Is it possible to set the default popup message (shown below) as modal? I would not want the users to click the “Edit” button while the Information Message is on. Any idea would be thankful. Best regards, Yuki
asked
Yuki Aibe
2 answers
1
Use a page layout for your popup that is a modal layout.
Hope that helps.
answered
Mike Kumpf
1
On edit button you need to call microflow, and check if the user is select a record or not, if not then you popup a modal form.