Hello,
I need to hide some fields of my list report in my main page ( look at the yellow underlined fields ) and to be able to display them in my details page ( when I click on create or modify I need them to be present on the page )
But when I use this annotation :
<Annotations Target="YourODataService.YourEntitySet/field1"
<Annotation Term="UI.Hidden" Bool="true"/>
</Annotations>
The fields are no longer visible in my list but they are also not visible in my detail page too.
Is there a way to hide the fields in my report list and display them in my detail page?