Mendix PROD Database

0
Hello All, In my application, end user has selected the wrong field in PROD. This can’t be changed as an end user And I need to edit a field in Mendix PROD database from backend. So, in short I need to change the data in my application which is already in PROD. Can I know if there is any way I can do that, as a Mendix developer? Thanks in advance!
asked
1 answers
0

I would suggest creating an admin page or import where you can edit this field. You need to do a deploy in order for it to be added to your production environment but this way you have the most control over the functionality of editing the field.

answered