Hi all,
I am trying to "alive" proofs for recurring deliveries (deprecated by Adobe).
Managed to do it for deliveries without personalization, but when personalization is included an error is thrown in the proof delivery: 'Error while compiling script 'content htmlContent' line 4: targetData is not defined. SCR-160012 Javascript: error while evaluating script 'content htmlContent'.'
So, if used seed address in the proof, we are defining additional data (below) but still cannot recognize targetData
Any idea why is refusing to use this additional data?
Regards,
Milan
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @Milan_Vucetic
Without seeing the details normally this literally means that the delivery target does not have targetData available. You can make small workaround when you initialize the variables at the end of the delivery source code such as.
This error happened to me when I was using native JS functions such as targetData.string.toString().indexOf() even though those variables were coming to the delivery.
<%
targetData.variable1;
targetData.variable2;
...
..
..
%>
BR,
Marcel
Views
Replies
Total Likes
Hello @Milan_Vucetic
Without seeing the details normally this literally means that the delivery target does not have targetData available. You can make small workaround when you initialize the variables at the end of the delivery source code such as.
This error happened to me when I was using native JS functions such as targetData.string.toString().indexOf() even though those variables were coming to the delivery.
<%
targetData.variable1;
targetData.variable2;
...
..
..
%>
BR,
Marcel
Views
Replies
Total Likes
Hi @Marcel_Szimonisz ,
where these variables should be initialised exactly?
If you mean on XML source code, there are two tabs Entity and Context but wherever is put an error is raised.
Thanks in advance.
Regards,
Milan
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies