Show TOC

ImagesLocate this document in the navigation structure

To display images in tables, you must first add a data field with a value which relates to an image URL as in the following example:
Sample Code
<Record Type="UI.DataField">
    <PropertyValue Property="Value" Path="ProductPictureURL"/>
    <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/>
</Record>
You must also add a property annotation to the local annotation file which tells smart templates that this property contains an image URL, as in the following example:
Sample Code
<Annotations Target="STTA_PROD_MAN.STTA_C_MP_ProductType/ProductPictureURL">
    <Annotation Term="UI.IsImageUrl" />
</Annotations>