Purpose and use
Defined placeholders, configured via the Placeholder Definition function on a parent template, such as a layout or a master template, can be provided with the respective data via this function. The data can be generated from Forms or via the Fields function.
Basic structure
<PlaceholderMappingConfiguration> <Mappings> <!-- Placeholders --> </Mappings> </PlaceholderDefinitionConfiguration>
ToDo
Boolean
Text
Image
<PlaceholderMappingConfiguration> <Mappings> <Text Name="Forms.Date" SourceField="Forms.Date" /> <Image Name="AssociateLogo" SourceField="AssociateLogo" /> <Text Name="Texts_Page" SourceField="Texts_Page" /> <Text Name="Footer" SourceField="Profile.Org.Footer" /> </Mappings> </PlaceholderMappingConfiguration>