Hi,
I have written below code in transactional message center email template.
<% var ctx = XML(rtEvent.ctx); %> <% for(var i=1;i <=rtEvent.ctx.firstName.length;i++){%> <%=escapeXmlStr(rtEvent.ctx.firstName[i])%> ...
@AkshayAnand
I tried with "Following a list of values" method but not sure how to add "AND" operator in the expression.
Here I want State = "Maharashtra" AND City="Mumbai"
Thanks in advance.
Hi,
I want to priotarise the data using deduplication activity. Below should be the order of priotarization.
1. State = "Maharashtra" and City="Mumbai"
2. State = "Maharashtra" and City="Pune"
3. State = "Maharashtra" and City="Nashik"
4. State = "Karnataka" and City="Bangalore"
5. State = "Karn...
Hi, How to fetch recipient columns on page activity from script in web application.I'm not using pre loading activity in the application and page activity is in the html format. Please give me solution. Thanks,
Hi, Can anyone help me how to copy text from one attribute to another?I have created SMS delivery template as below- When I type any text on SMS content(like test email) it should reflect automaticallly in optout information attribute. Thanks,
@Milan_Vucetic @_Manoj_Kumar_ I have sms delivery template as below- When I type text on SMS content (like Test email) attribute it should automatically reflect on optout information, the one which I greyed out.Could you please help here?
Hi @_Manoj_Kumar_ Below are schema and delivery input form screenshotdelivery schema:I tried below logic as also in schema but it didn't work delivery input formPlease let me know if I missed anything.