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

CedricRey
CedricRey
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
38

Likes Received

Likes Received
76

Posts

Posts
118

Discussions

Discussions
10

Questions

Questions
108

Ideas

Ideas
7

Blog Posts

Blog Posts
0
Top badges earned by CedricRey
Customize the badges you want to showcase on your profile
Re: Profil substitution - Adobe Campaign 26-07-2022
Hi, You can use the proof sending, with substitution mode. With this mode, you'll be able to provide a set of address that will replace some randomly chosen original target addresses. This won't send any real message to the actual target. But you must be sure that the target has a least 1 final message (i.e. which will not be excluded by any typology rule) Cedric

Views

82

Like

1

Replies

0
Re: Querydef using IN operator in Where clause - Adobe Campaign 26-07-2022
Hi, If primarykeys is an Array, I suggest this : Cedric

Views

112

Like

1

Replies

0
Re: How can I use API on ACC v7 or v8. How does it works? - Adobe Campaign 08-07-2022
Hi @campaigns01 ,There are some tools to help you to comunicate to external API, in Javascript context (mainly workflow, but also in Webapp, JSSP etc.)You can use HTTP request, with severals objects, you can find some documentation here :https://experienceleague.adobe.com/developer/campaign-api/api/c-HttpClientRequest.html If you need to use SOAP, there are also objects, but I didn't use it for long time, and a this moment, I had to implement myself SOAP protocol with HTTPRequest because the env...

Views

148

Like

1

Replies

1
Re: "Too many open files, errno=24" for HTTP Requests. When use POST method, Campaign doesn't close socket - Adobe Campaign 08-07-2022
Hello all,The problem is resolved with latest builds (at least with a 9349 one).Cedric

Views

41

Likes

0

Replies

0
Re: Lookup on an different table to fetch data - Adobe Campaign 08-07-2022
After the "Enrich" when you retrieve the corresponding recipient :(Sorry for the screenshot, don't have access to english instance, only french at the moment, but you should understand)

Views

147

Likes

0

Replies

2
Re: Lookup on an different table to fetch data - Adobe Campaign 08-07-2022
If the initial datas come from an external source (for exemple a file), as @Manoj_Kumar_ said, you'll have to change the dimension to retrieve the corresponding recipients. Ensure that the "keep extra datas" is checked (2nd tab 'Result').This way, you'll send email to nms:recipient (and not to targets defined in an external file). And you can use the temporary datas with the "targetData.XXX" syntax. The "XXX" must be the name of the attribute or element (and not the label) in the temporary schem...

Views

154

Likes

0

Replies

4
Re: Lookup on an different table to fetch data - Adobe Campaign 07-07-2022
Hi @dipendu_g ,If you send the email from the workflow, and don't need to keep the datas after the sending, you can use temporary datas, from the workflow, with the next syntax :<%= targetData.mydata %>where "myData" is the name of the data in the workflow (you can use alias into the query or enrich activity, for more convenient manipulation). Cedric

Views

174

Likes

0

Replies

7
Re: This error is coming while i am opening my recipients node in navigation hierarchy. - Adobe Campaign 07-07-2022
Hi @SmritiFotedar It seems the problem comes from the join conditions.I suppose that the problem is on folder id : all the others joins are "LEFT JOIN". Those "LEFT JOIN" should not be a problem, even if there is no datas related to the recipient.Are you trying to open the recipient from a view ? (views are folder that show everything, with colored label in blue or light green in the tree). These could explain that you can see the recipient, but maybe the folder associated have been deleted and ...

Views

108

Likes

2

Replies

2
Re: parse xml passed inside <ctx> for Transactional template - Adobe Campaign 06-07-2022
Hi @bhaskarc1289447 Can you try this ? : var doc = DOMDocument.fromXMLString( '' + rtEvent.ctx.toXMLString()); var userBackground = doc.root.getElements('userMessage')[0] .getElements('userData')[0] .getElements('abc.alpha.new.system.User')[0] .getElements('userBackground')[0].textContent;Cedric

Views

99

Like

1

Replies

0
Re: We want to increase maxErrorCount for reject transition in update data activity - Adobe Campaign 05-07-2022
Hi @swapnilbhiungade7 I don't see any form input to change this value, so I'm not sure this one can be changed. You can try to edit it directly into the XML to increase it. If you need to force this value for every new writer activity each user creates in every workflow, you can extend the xtk:workflow schema, then change the default value of the @maxErrorCount attribute of the writer activity : (you'll have to disconnect and reconnect the console to refresh the schema in the cache, and t...

Views

80

Like

1

Replies

0