Recipient specified by a script in continuous delivery | Community
Skip to main content
Adobe Employee
February 27, 2018
Solved

Recipient specified by a script in continuous delivery

  • February 27, 2018
  • 1 reply
  • 1224 views

Hi,

Could anyone let me know how to use the "Specified by a script" feature in a continuous delivery (how can the static list of recipients be specified) in campaign v6.

Thanks,

Vignesh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Amit_Kumar

Hi Vignesh,

Here is the sample script. you can change the expr to suit your purpose.

<delivery>

  <targets>

    <deliveryTarget>

      <targetPart type='query' exclusion='false' ignoreDeleteStatus='false'>

        <where>

      <condition expr="[@id] IN (id1,id2,id3)"/>

        </where>

      </targetPart>

    </deliveryTarget>

  </targets>

</delivery>

Regards,

Amit

1 reply

Amit_Kumar
Amit_KumarAccepted solution
Level 10
February 27, 2018

Hi Vignesh,

Here is the sample script. you can change the expr to suit your purpose.

<delivery>

  <targets>

    <deliveryTarget>

      <targetPart type='query' exclusion='false' ignoreDeleteStatus='false'>

        <where>

      <condition expr="[@id] IN (id1,id2,id3)"/>

        </where>

      </targetPart>

    </deliveryTarget>

  </targets>

</delivery>

Regards,

Amit