Hello, I was able to hide a facet(Fiori elements app) on the object page by:
1. define a virtual property for the projection in service.cds
2. setting the property to true/false based on a condition in the service.js file (after READ handler)
3...
Artyom's reply works just fine.Some small adjustments were needed on my side, but in general same functionality:view.xml code, using sap.m
<core:View<br> xmlns:mvc="sap.ui.core.mvc"<br> xmlns:core="sap.ui.core"<br> xmlns="sap.m"<br> controllerName="...
Hello,final post it looks Mapping addition for annotation DataFieldWithIntentBasedNavigation is not working.Anyways, there is an event you can use and it gets triggered when you press on your property annotated with DataFieldWithIntentBasedNavigatio...
Hey guys, I just solved more or less the same issue.I have App1 and from its object page I want to navigate to App2(MyProducts). My annotation looked like this:$Type : 'UI.DataFieldWithIntentBasedNavigation',
Value : product_ID,
...
Achieved it by using the following logic:In ObjectPageExt.controller.js( list report's creation page is considered as an object page ), which needs to be mentioned in manifest.json like this: "extends": {
"extensions": {
...