此 Cells 活动以数据列的形式提供各种子集的视图。 它有助于子集操作,并且还旨在鼓励个性化可能性。
可将此活动配置为根据用户需求输入特定参数。 默认情况下,每个子集的详细信息都会在专用窗口中通过 Selection 和 Advanced 选项卡。 在以下示例中,表单已修改: Data 添加了选项卡,以启用优惠与每个子集的优先级之间的关联。
对于此配置,以下信息已添加到工作流表单(在 Administration > Configurations > Input forms Adobe Campaign节点):
<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中的登录表单个性化是为专家用户保留的。 有关更多信息,请参阅此🔗章节。