Show TOC

Address FacetLocate this document in the navigation structure

If you add a UI.ReferenceFacet which points to an address annotation you get an address facet. It shows the label of the UI.ReferenceFacet and the property of the address annotation. The label property should contain the whole formatted address with \n for new lines. The other properties are not interpreted due to the lack of a control or reuse component which can format an address according to country specifics.
<Record Type="UI.ReferenceFacet">
    <PropertyValue Property="Label" String="Shipping Address"/>
    <PropertyValue AnnotationPath="@Communication.Address" Property="Target"/>
</Record>