Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Rollback Object

Last modified: August 2, 2022

1 Introduction

The Rollback object action can be used to undo changes (that have not been committed) made to the object in the part of the flow preceding the activity. Furthermore, it deletes objects that have been created but never committed.

If the microflow is called from the client, input widgets showing the rolled back object’s attributes are refreshed automatically. This includes updating their visibility and editability conditions.

2 Input Properties

2.1 Object

Object defines the object that needs to be rolled back.

2.2 Refresh in Client

If the microflow is called from the client, the rollback is not reflected in the client if Refresh in client is set to No. If Refresh in client is set to Yes, the object is refreshed across the client, which includes reloading of relevant data sources.

Default value: No