This blog post is a continuation of my blog series on Fiori Push Notification.
In this blog I will try to detail out how we can create Notification Provider.
To create the notification provider, we have to implement the interface /IWNGW/IF_NOTIF_PR...
Hi,
This blog post is a continuation of my blog series on Fiori Push Notification.
In the first part, we have seen how we can create Notification Objects. This blog post will mainly focus on the Notification APIs that are provided by the Notificati...
One of the key feature of the Fiori 2.0 is the push notification. The notification gives the power to intimate different users to based on the some event occurrence. There are lots of blogs available which explains how to configure the push notificat...
Hi All,
I have gone through many blog posts which explains developing SAPUI5 Application but lacking details about how to deploy the application to SAP Cloud Platform (SCP).
I struggled and learned it after lots of reading.
I would like to detail ...
Hi Team,I am creating a demo on Web Page Composer.As I understand, the tool can be used as four different roles:1. Author - Read/Write2. Owner - Owner 3. End User - Read Permission4. Administrator - Full ControlThe issue is related to Owner and Autho...
Hi Takumi,You have created an adaptation project and not an extension project. They are fundamentally different. Adaptation project allows you can adapt some controls and feature on top of the standard application.For the view replacement, you need t...
Hi Praveen,sap.ui.model.Model is the parent class, but while returning it will cast your return object based on the model type. If it oDataModel it will return oDataModel object and henceforth. In this case, the object returned is of sap.ui.model.res...
Hi Praveen,The best pratice of creating resourceModel is in manifest.json under sap.ui5 -> models.There is nothing wrong with the way you create resourceModel it's just that it is applicable only to the view.Coming to your question, I tried the same ...