Skip to Content
2
Dec 06, 2021 at 05:53 AM

Default Side Effects are not triggered

623 Views Last edit Dec 07, 2021 at 06:29 AM 2 rev

I'm using Fiori Elements (sap.ui.version = 1.97.0) and according to the documentation about Side-Effects:

https://sapui5.hana.ondemand.com/sdk/#/topic/18b17bdd49d1436fa9172cbb01e26544.html

the default side-effects don't need to be annotated to work, however, upon creation of a new entity via an Object Page, there's an indication that this is not the case. The response data coming from the call to action "draftPrepare" provides a series of null values indication that calculated fields are not triggered and no refresh of object page's displayed values. I will have to manually use the refresh button from the browser in order for the data to be displayed.

The Fiori Elements app is coupled with a CAP nodejs backend. This is Fiori Elements V4 by the way.

Could this be a bug on the latest version of sapui5?