Recurring deliveries - proofs | Community
Skip to main content
Milan_Vucetic
Level 9
August 5, 2019

Recurring deliveries - proofs

  • August 5, 2019
  • 1 reply
  • 13537 views

Hi,

as we know Substitute by address and Seed addresses options are not available for recurring deliveries in Adobe Classic.

Does anyone exactly know which build last had this feature enabled?

Thank you

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

1 reply

Anita_punmiya
Level 5
August 6, 2019

Hi Milan,

I guess there is no such feature in any of the builds.

However if you wish to send the proofs for recurring deliveries, you can do so following below:

Go to Administration->Production->Objects created Automatically->Campaign Delivery Templates

You can search for your delivery and then right click->actions->execute the delivery template.

Hope this helps.

Thanks,

Anita

Milan_Vucetic
Level 9
August 6, 2019

Hi Anita,

this is helpful, but it creates additional delivery without target which is not fine for me. I saw that on this way I can choose any option which is great (Only Substitution of an address is returning an error, because there is no target definition due this additional delivery creation.)

Anyway, I am also available to remove data policy (rightnow is it pre-set Specific Target) and enable choosing any other option directly from delivery after workflow execution, but in case of Substitution and Seed addresses there is a known error:  XTK-170036 Unable to parse expression '@id=[temp:deliveryRecurring-all:@id]'.  I need these options working.

Some business users confirmed that they had this option with "some" previous build, this is why I am asking this. Checked history to the build 8936 and without success.

If you have any info about this error it will be helpful.

Regards,

Milan

Milan_Vucetic
Level 9
August 12, 2019

Hi,

I found in MDATA column (nms:delivery table) following xml for recurring delivery where Substitution of address does not work:

<deliveryTarget nonEmpty="false">

<targetPart exclusion="false" id="0" ignoreDeleteStatus="false" label="TEST" segmentCodeType="none">

<where filterName="temp:deliveryRecurring-all|wkf*****4115_37_1_ALL" id="0">

<condition expr="@id=[temp:deliveryRecurring-all:@id]" internalId="0"/>

And there is for standalone delivery where Substitution of address work:

<deliveryTarget nonEmpty="true" serialization="'first name equal to 'test''">

<targetPart computedLabel="Query: first name equal to 'test'" exclusion="false" id="*****0946" ignoreDeleteStatus="false" label="first name equal to 'test'" segmentCodeType="none">

<where displayFilter="first name equal to 'test'" filterName="backGroundFilterFrm" id="*****7223">

<condition compositeKey="" dependkey="" enabledIf="" expr="@firstName = 'test'" internalId="*****6501"/>

You may see the difference.  Does anybody knows which piece of code generates these xmls?

I will continue to investigate anyway.

Regards,

Milan