Question
Override Save buttons on mobile, save() and onsave() method
10:08 Jun 23, 2019
Hi Community,
Just like overriding the save button save() and onsave() method in web, how we can do it in bpm mobile?
Like
3 comments
13:30 Jun 26, 2019
Dear Fulgen,
The corresponding method for mobile application is onSaveButtonTap(). Also, you can check onDataSavedSuccessfully() method, which executes after data saved.
Regards,
Anastasia
10:38 Jun 30, 2019
Thank you Anastasia,
Is there any available examples in OOB?
12:55 Jul 01, 2019
Fulgen Ninofranco,
Please take a look at MobileSocialMessageEditPage schema. There you can find the realization of the onSaveButtonTap method.
Regards,
Anstasia
Show all comments