cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Element : Object Page save button extension

appu24
Explorer
0 Kudos

I have created a Fiori element based list report application.

a object page controller extension is created and below snippet is added in manifest.json

i can see the button in object page footer instaed of save as expected . the press method is also trigger in controller .

how can i call the standard save method inside my press method once my logic is executed ?

Accepted Solutions (0)

Answers (1)

Answers (1)

sandeep_rs
Advisor
Advisor
0 Kudos

Hi,

Why not turn it around a bit and have the standard 'Save' button but with the option to invoke your custom method using the onBeforeSave method? I also see the saveDocument method that you could try.

Best Regards,

Sandeep