如何使用本地注释文件覆盖智能筛选条的搜索字段的属性

时间:2018-03-15 10:17:16

标签: sapui5

我正在尝试使用本地注释文件覆盖智能过滤条搜索字段属性,例如“标签”,“必需”

enter image description here

注释文件 - 与ArtcleNumber字段相关的注释

<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
Target="XXX/ArticleNumber"> 
<Annotation Term="Common.ValueList"> 
<Record> 
<PropertyValue Property="Label" String="Article"/> 
<PropertyValue Property="CollectionPath"
String="ArticleFilterSet"/> 
<PropertyValue Property="SearchSupported"
Bool="true"/> 
<PropertyValue Property="Parameters"> 
<Collection> 
<Record Type="Common.ValueListParameterOut"> 
<PropertyValue Property="LocalDataProperty"
PropertyPath="ArticleNumber"/> 
<PropertyValue Property="ValueListProperty"
String="Article"/> 
</Record> 
<Record Type="Common.ValueListParameterDisplayOnly"> 
<PropertyValue Property="ValueListProperty" String="Article"/> 
</Record> 
</Collection> 
</PropertyValue> 
</Record> 

</Annotation> 
</Annotations>

但是Label没有从注释文件中覆盖。它仍然来自后端服务元数据文件

请帮我解决这个问题。感谢

0 个答案:

没有答案