Hi experts,
I have create a SmartTemplate application Fiori and I would like display an email address link on the header of the object page.
Actually i have a the following DataField
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="{@i18n>@EMAIL}">
<Annotation Term="UI.MultiLineText" Bool="false"/>
</PropertyValue>
<PropertyValue Property="Value" Path="MailM1"/>
</Record>
Can you help me for create an Email link for send an email directly on Fiori apps
Thanks in advance