单元格 cells
Cells 活动以数据列的形式提供各种子集的视图。 它有助于子集操作,并且还旨在鼓励个性化可能性。
此活动可配置为根据用户需求输入特定参数。 默认情况下,每个子集的详细信息通过 Selection 和 Advanced 选项卡在专用窗口中进行详细介绍。 在以下示例中,表单已修改:添加了 Data 选项卡以启用每个子集的选件和优先级之间的关联。
对于此配置,已将以下信息添加到工作流表单(在Adobe Campaign树的 Administration > Configurations > Input forms 节点中):
<container img="nms:miniatures/mini-enrich.png" label="Data">
<input xpath="@code"/>
<container xpath="select/node[@alias='@numTest']">
<input alwaysActive="true" expr="'long'" type="expr" xpath="@type"/>
<input alwaysActive="true" expr="'Priority'" type="expr" xpath="@label"/>
<input label="Priority" maxValue="12" minValue="0" type="number"
xpath="@value" xpathEditFromType="@type"/>
</container>
<container xpath="select/node[@alias='@test']">
<input alwaysActive="true" expr="'string'" type="expr" xpath="@type"/>
<input alwaysActive="true" expr="'Identifier'" type="expr" xpath="@label"/>
<input label="Cell identifier" xpath="@value"/>
</container>
<container xpath="select/node[@alias='linkTest']">
<input alwaysActive="true" expr="'link'" type="expr" xpath="@type"/>
<input alwaysActive="true" expr="'nms:offer'" type="expr" xpath="@dataType"/>
<input alwaysActive="true" expr="'Offre'" type="expr" xpath="@label"/>
<input computeStringAlias="@valueLabel" label="Offers" notifyPathList="@_cs|@valueLabel"
schema="nms:offer" type="linkEdit" xpath="@value"/>
</container>
Adobe Campaign中的登录表单个性化是为专家用户保留的。 有关更多信息,请参阅此🔗章节。
recommendation-more-help
601d79c3-e613-4db3-889a-ae959cd9e3e1