Solved
How to Use Java functions in Personlization blocks
I would like to understand is there anyway to use Java functions in personlization blocks.
Example:- ( length(targetData.filed1) > 0 ) { 'Message A'}
I would like to understand is there anyway to use Java functions in personlization blocks.
Example:- ( length(targetData.filed1) > 0 ) { 'Message A'}
discovered the option.
<%
var myURL = targetData.UrlLinks;
var url_length = myURL.length;
%>
<% if ( url_length > 0 ) { %><%@ include view='TestLink' %><% } %>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.