Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Optimized note Asset in Picture only for PP

...

Code Block
languagexml
<FieldsConfiguration>
  <Fields>
    <Picture Name="PartnerLogo" Asset="\\fileshare\PartnerLogo.png" />>
      <Code>$("Profile.Org.PartnerLogo")</Code>
    </Picture>
  </Fields>
</FieldsConfiguration>

...

Attribute name

Description

Asset
(optional)

Specification of the drive path to the image. It must be ensured that every user machine can access the image.Alternatively, an image can be filled with user information via the Code tagan asset in an Image Gallery, only available in PowerPoint:
<Picture Name="SignerImageMountains" ><Code>$("Profile.User.Sign")</Code></Picture>Asset="Images/General/Mountains.jpg" />

Note

Although the Asset attribute is shown in the other template types, it cannot be used.

...

GlobalFields

The GlobalFields element can be used to retrieve a globally stored Field.

...