Hi All, I have requirement wherein I will get the station code such as BOM, CCU, PNQ etc in payload and I will need to show full name such as Mumbai, Kolkata, Pune etc in the transactional email. I have Around 10k (10,000) cities to be mapped. I kindly request you to suggest a suitable approach t...
I'm trying to display dynamic date in email body. I was able to get dynamic date as per below -- <% function daysInMonth(today) { return new Date(today.getFullYear(), today.getMonth()+1, 0).getDate(); } var today = new Date(); %> <%= daysInMonth(today) %> <%= formatDate (today, "%Bl") %> I...
Hi Team, I am working on v8, and have setup the SFDC Connector on the instance. We have synced both the enumeration and schema and I have schema "List of tables of connector 'Salesforce' linked to external account 'sfdcSchemasalesforceCRM'" created. As per the available documentation, I have use...
Hi , I am facing the below error repeatedly while running email delivery. 08/05/2022 8:49:23 PM LL Src_W0 ON (Ext_W0.sValid_Email=Src_W0.sValid_Email)' could not be executed.08/05/2022 8:49:23 PM N,Ext_W0.sValid_Email,Ext_W0.sLOB,Ext_W0.sName,Ext_W0.tsLoad,Ext_W0.sMOBILENO,Ext_W0.sPRIMARY_LOB,Ext_W0...
Hi, When sending a delivery using a population from a file I select the "External file()" option in the Target mapping box: and the tracking runs normally: but when I select the "Recipients (nms:recipient)" option, the tracking fails, does not tracking anything: by the way, for the "Reci...
Hi, Currently, I'm facing an issue where I have configured a URL into our mailer and when we are receiving the testing the URL is accessible from my mailbox but when I'm trying to access it through the mirror page. It's showing the below error. We tried using some common URLs like https:/...
Hi, So i'm building a publication template where there are articles filled through data acquired via a XML list. This works fine. But i want to make the articles available for only to those with the same interest category. I'm trying to establish this using this function: <% if ( targetData.Inter...