_Block_
For each Template one or two _Block_ elements must be present. A _Block_ element has this attribute:
Attribute | Description |
---|---|
condition | This attribute must have the value “gen:norepeat” if the elements in the block apply to all different instances that make up the context message. |
A Template element has this sub element:
Element | Description |
---|---|
Any |
A number of XML elements. Those elements can have 1 level of
sub elements. Within the elements, placeholders can be used. Placeholders are
identified by “ Elements that have a sub level and are in a block that does
not have the “
|
Example:
<Template condition="gen:data">
<_Block_ condition="gen:norepeat">
<screenid>#screen.id#</screenid>
</_Block_>
<_Block_>
<entities INFOR_CONTEXT_ARRAY="true" post_process="post.process.entities">
<entityType>#tablename#</entityType>
<key>#key#</entityType>
</entities>
</_Block_>
</Template>