cancel
Showing results for 
Search instead for 
Did you mean: 

Hide DataField in Fiori Elements using @UI.Hidden

Mattias
Active Participant
0 Kudos

Hello,

We're trying to hide a DataField in Fiori Elements using @UI.Hidden in our local annotation file, but it still shows up in our app. We've tried refreshing the browser and also logged in using Incognito-mode, but to no avail.

We've added the following to the annotation.xml

<Record Type="UI.DataField">
    <PropertyValue Property="Value" Path="attendees_number"/>
    <Annotation Term="UI.Hidden" Bool="true"/>
</Record>

Regards

Mattias

former_member590722
Discoverer
0 Kudos

Hi Mattias,

Are you trying to hide the DataField of an annotations project in a SmartTable or SmartField?

Kind Regards,

Jahanvi

External

On behalf of SAP Product Support

View Entire Topic
Mattias
Active Participant
0 Kudos

We found the answer, we're on UI5 1.52, when running it on version 1.64 in the FLP sandbox it works, seems @UI.hidden is broken in 1.52.