I often have to share ACS emails with people who do not have access to ACS, so I typically send a link to the web version of the email to these people. However, I noticed that these links break after a couple of months and I can no longer access the link. Has anyone found a way to make these links p...
Ex: I have an Email field which is coming from the profile table using a query and I want to pass this email to the external parameters. Please help me in achieving the solution. Please see the screenshots attached for your reference. 1. 2. In the Image 2, the constant value is passed to the externa...
Hi, I wanna create I workflow in order to stop workflow in error for ACC I was able to do it with a simple script. Can anyone guide how can I do it in ACS to stop all the workflows in error automatically.Thanks in advance..
Hi, I want to schedule a single send delivery via a workflow and once that delivery completes, I am looking for getting an email notification with the delivery details, like total delivered, total bounces etc. is this possible?
Hi team,In our current project, we are having a scenario, where Middleware team will make multiple call into ACS system. So here we have a Survey metadata table and a Surveyanswer table. Survey metadata table is 1:M relationship with Surveyanswer table - which means for 1 metadata record, there will...
Hi, Can someone tell me if there's any difference between having personalised url in href vs. data-nl-lnkep-perso-attr-href or either is fine and will do the same work? Thanks a href="<%@ value object='branding' xpath='@serverUrl' %>/lp/preferenceCentre?pkey=<%= escapeUrl(context.profile.PKey) %>" v...
Hi,I need to add a "date delivered" to my typical OOB engagement metrics report. I don't want to apply a "date range" I just want to add a field to the excel spreadsheet that has "delivered date" to a regular delivery summary (opens, clicks, unsubs, etc) without having to go through a workflow scena...
Hi, I have a scenario where a single profile will have multiple program values which will be comma separated values in profile import file "program" column.ex: column name- "programs", column value- "test1,test2,test3".It is also mentioned that they have fixed 15 values like (test1, test2 ... test15...
Hi All, I would like to be able to output the "event date" in YYYY/MM format for my google analytics links, which are set up in a brand configuration. I've configured like below, using expression ToString(Year(context.eventDate)+'/'+Month(context.eventDate)) However, this returns the following erro...