cancel
Showing results for 
Search instead for 
Did you mean: 

[SAPUI5] Smart Table : Annotation sap:text

sdebeaulieu
Participant
0 Kudos

Hi,

On this sample we can see that with sap:text annotation, Customer column displays Customer name and the customer id in brackets.

I have a similar $metadata, but I still have the customer id in the column. What did I miss?

Thanks for your help!

Best regards,

Sev

[...]
<Property Name="customer" Type="Edm.String" MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase" sap:text="customername" sap:creatable="false"sap:updatable="false"/>
[...]
<Property Name="customername" Type="Edm.String" MaxLength="40" sap:aggregation-role="dimension" sap:display-format="UpperCase" sap:creatable="false" sap:updatable="false"/>

Accepted Solutions (0)

Answers (0)