Hi Team,
We have a issue with the personalization blocks , we did the Adobe Campaign Upgrade from v6.0.2 to v6.1.1 (Latest Build), before the upgrade things were going good, but now we face issues with the schema's and now it is with personalization blocks.
Earlier we have the custom recipient schema defined in one of our optout views which is as below
<%
if( document.mode != 'forward' ) { %>
<P><FONT style="FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial"> <%= recipient_custom.@Email%>. <a href="<%@ include option='NmsServer_URL' %>/webApp/VWKUnsubWebAppcustom?id=<%=escapeUrl(reversibleCrypt(recipient_custom.id))%>" _type="optout" _label="Opt-out link">click</A>.</FONT></P><%
}%>
the above code is being used in the javascript template in turn used in publication model, Fristly the opt out web app is working as expected. But the personalization code - <%= recipient_custom.@Email%> is not working. If i remove this block i am able to send the deliveries out, But customer is asking to have this code in place as it was before , since it is a opt out web app we want this to be solved at the earliest.
Requesting for an help here.