Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

LaurentLam
LaurentLam
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
26

Likes Received

Likes Received
83

Posts

Posts
103

Discussions

Discussions
12

Questions

Questions
91

Ideas

Ideas
10

Blog Posts

Blog Posts
0
Top badges earned by LaurentLam
Customize the badges you want to showcase on your profile
Re: Preloading from Custom Schema - Adobe Campaign 28-05-2021
carefull with SQLExec, SQLSelect, SQLGetDouble, etcthe scaling is better with queryDef as it goes through the normal query engine that will handle in a better way any locks on the tables "SQL injection is evil" ^^

Views

499

Likes

0

Replies

0
Re: Target mapping - Adobe Campaign 28-05-2021
target mapping is the main pillar of Adobe Campaign:When you query for example a schema called "fruits", Adobe Campaign cannot know by magical trick that the "juice address" for example is the field to be used as the email address to send an email...Target mapping | Adobe Campaign there is a classical mapping on nms:recipient as this is the standard table/schema for storing your customers... But it can whatever you want when configuring it correctly

Views

319

Like

1

Replies

0
Re: enrichment and reconciallation - Adobe Campaign 28-05-2021
Hi @Shruti1 Enrichment workflow activity is one of the most powerfull tool: it permits you to keep in memory specific attribute value / fieldsBut you can use it also to create a link between 2 schemas / tables that does not existEnrichment in Adobe Campaign Classic Workflows | Adobe Digital Learning Services In a "pure" technical point of view, you can use this activity in different ways:1- grab additional data such as "additional data" from the query activity and filter those data more easily i...

Views

6.8K

Likes

2

Replies

0
Re: Tracked URLs Signature Issue - Adobe Campaign 28-05-2021
Hello is there any documentation that describe exactly what is doing the URL signature functionality?

Views

676

Likes

0

Replies

1
Re: Work on Offline Data - Adobe Campaign 28-05-2021
Hi,From my point of view this is too complex:Adobe client console is already using cache for most of the objects that are not changing too oftenly (forms as example) in the same way as a internet browser cacheBut what you are requiring is far beyond that point: how do you handle multiple updates on the same objects? It can be updates from your colleagues... Updates from ACC ootb processes (updating the counters of a delivery, broadlogs, etc)... Updates from specific technical workflows (aggregat...

Views

265

Likes

0

Replies

0
Re: Adding CC/BCC Feature in Email Delivery - Adobe Campaign 28-05-2021
Hello,I'm not sure to understand the status "delivered" as BCC is not supported in itself but in the specific case of email archiving feature as described here: Email archiving | Adobe CampaignThere is a high limitation as you can just setup one BCC address for the whole platform: you cannot specify a different BCC per sending or even per delivery. @Sourav_Sadhu could you described your need in a different way?As I understand your scenario, you would like to be able to use a specific CC or BCC a...

Views

797

Likes

0

Replies

0
Re: Queued events of the transactional message - Adobe Campaign Standard 28-05-2021
Hi,there s two ways to achieve your goals as there is no "unpublication" / "pause" process with Message Center 1- best solution:filter out the eventType(s) that should not be process at the beginning 2- ugly solution:create an eventType that is used by none of your templates (ex: "Fake"), assign this new eventType to all of the template that you want to "unpublish" and publish them:All the upcoming events will fail as their eventType won't be able to find a template on the RT instance.

Views

436

Likes

0

Replies

0
Re: Encrypting PDF while sending Email to customer in Ado... - Adobe Campaign 28-05-2021
Hello, for my part, as a dogma, I would suggest to challenge the solution: using attachment is never easy. You need first to be sure that your MTA server (MidSourcing / Real Time execution instance) can access the files to be attached (or at least the end point that will generate them): installing a third party software on the mta will not be possible for security reason if this is Adobe which host your MTA. So it means to install a MTA instance on your side (in your case it seems that you will ...

Views

411

Likes

0

Replies

0
Re: How to use segmentcode from workflow in delivery temp... - Adobe Campaign 28-05-2021
Just a quick hint:Avoïd too complex personnalization code in your deliveryLess works MTA will have to process for one delivery part, better it will beSo, in your case, 2 ways to implement this correctly with a segment Code:1- you do not have any throughput issue and you want to factorize most things in a delivery template-> extend your broadlog schema and enrich your mapping in order to save the segmentCode at broadlog level... It will helps for reporting / analysis purpose. Specially if someone...

Views

641

Likes

0

Replies

0