Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docs:7000_glossary:tag [2022/08/25 00:00] – created - external edit 127.0.0.1docs:7000_glossary:tag [2022/09/02 05:41] (current) – ↷ Page moved from docs:7000_glossary:tag to 7000_glossary:tag administrator
Line 1: Line 1:
-===== Tag ===== 
- 
-A tag is placeholder used to indicate [[docs:7000_glossary:business_object|business object]]-specific information inside [[docs:7000_glossary:document_template|document templates]], [[docs:7000_glossary:presentation|presentations]], [[docs:7000_glossary:report|reports]] and other elements containing text. When a document is generated from a template in the [[docs:7000_glossary:operation_mode|operation mode]], or a presentation is displayed, the tag is replaced with actual data taken from business objects. For example a template for a customer letter may start with a line that includes a tag: 
- 
-<code>Dear <<Customer.Name>>,</code> 
- 
- 
- 
-When a letter is generated for a customer in the operation mode the tag will be replaced with the actual customer name. 
- 
-