serialize a to a MF to a save button

1
hi Is it possible to serialize a MF with the save button? i would like to achieve the following: When a MF is invoked and finished, next the save button functionality should be executed. please advice regards Waqaar
asked
1 answers
1

You can either use a change object activity, and commit the object (the behavior of default save buttons)*, or you can invoke the microflow which is coupled to your save button using the call microflow activity.

*eventually, you can close the current form using the close form activity.

answered