Campaign Classic — 动态列表创建

描述 description

环境

  • Campaign Classic
  • Campaign

问题/症状
如何在ACC中动态创建列表并将数据填充到列表中?

我们尝试使用JavaScript活动创建列表;正在创建列表。 但我们无法从JavaScript将数据插入列表。

如何从JavaScript将数据插入列表?

解决方法 resolution

使用函数 nms.recipient.RegisterGroup 给定以下内容以更新包含收件人的列表:

//List — 设置列表对象var entity = entityListkey value="643475"/ where condition enabledIf=" expr="@id = 643475"/ /where /entityList

//Recipient — 设置收件人列表var choice = choiceListkey value="100"/ where condition enabledIf=" expr="@id = 100"/ /where /choiceList//add recipients to list

nms.recipient.RegisterGroup(entity,choice,true)

recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f