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: Parse a JSON value from String in the Workflow Query - Adobe Campaign 11-05-2022
Hi @RadAndric , Depending of your database engine, you can add your custom xtk function by importing a package with a funcList entitiy : //YOURENGINE can be PostgreSQL,RedShift,Oracle,SybaseIQ,MySQL,DB2,Teradata etc. //SQLCODE must be the SQL expression to extract the JSON, using the argument with $X for placing argumentYou'll have to disconnect / reconnect your console to see your new function in every query assistant functions list (the 'Edit formula with expression part').Got exact...

Views

238

Like

1

Replies

0
Re: How to trigger <leave> in referenced container? - Adobe Campaign 11-05-2022
Hello @_lukas_ I had this problem long time ago. I remember having to put the >leave> tag on directly in the parent form, but at the end, I managed to get it work.Not sure but try to use sub >container> into your custom built subform. I have working (and complex) subforms just right here so I think it works, but don't have any exact rules to give Cedric

Views

111

Likes

2

Replies

0
Re: Personalization variable in Delivery - Adobe Campaign 10-05-2022
Hi,The targetData is only available when you start the delivery from a workflow.Also you won't see the option to use it with standard tools menu, but you will see it if you open the delivery from the workflow view (Open the targeting worflow, the "delivery" activity, the loop to open the delivery details and then you should be able to use the personalization menu to find 'Target Extension').But as it can only be used with a workflow, it doesn't allow to preview the message (with the 'Preview' ta...

Views

239

Like

1

Replies

2
Re: Input form throwing error while trying to create/view object - Adobe Campaign 10-05-2022
Hi @Ssb_94 , can you show us the link in the schema ?The type or cardinality can have an incidence on the way that Campaign try to get the linked element. Also, what have you put in the input xpath value for thoose 2 fileds ? If you try to put the xpath with the external element path () it won't work, you should use the "local key" path ().If you need to display informations from the external table, you can add a conditional container to display them (. But if the user enter bad values (inexista...

Views

109

Like

1

Replies

1
Re: Personalization variable in Delivery - Adobe Campaign 10-05-2022
Hi @J2021 , I think you mix up the delivery variables and the personalization variables.What you are doing is to use let's say a "global" variable with "delivery.variables". It means that this object will be the same for every recipient of your delivery.I suppose you don't want this.You'll have to load this salutation in the custom personalization datas, because depending of the size of your target, you won't be able to load all the personalizations into a unique global variable. I'm suprised wh...

Views

290

Like

1

Replies

4
Re: Syntax for error message with a variable? - Adobe Campaign 09-05-2022
Hi @_lukas_ , unfortunately I think this is not possible as you try to do it (did not ever seen that).But I know you can call the "alert()" method into a JS function with the , it will display a popup just as the alert method in a web browser. (it was available in a 6.0X instance, but should still work today)It's not very simple, you have to declare a method (into a Schema), implement it in a JS, call it with argument (soapCall > param etc.) to do your check and alert if necessary.If needed, you...

Views

133

Likes

0

Replies

1
"Too many open files, errno=24" for HTTP Requests. When use POST method, Campaign doesn't close socket - Adobe Campaign 21-02-2022
Hi everyone,I'm on a CentOS install and I used to get this error when making a lot of HTTP request several years ago. I did solve the issue adding a "Connection" header with "close" value, it seams to force AC to close the corresponding FD (file descriptor). But it worked only with "GET" request. Now, we have to make "POST" request with bodies, and even with the "Connection" header set to "close", the number of process file descriptor is growing until to reach the limit. At the end, the process ...

Views

126

Likes

0

Replies

1
Re: nms:userAgent not up to date - Adobe Campaign 01-12-2021
Tryied to query the MID instance with SOAP, only the "0" line is returned... So it's not possible to get the nms:userAgent from MID Instance with SOAP request

Views

121

Likes

0

Replies

0
nms:userAgent not up to date - Adobe Campaign 25-10-2021
Hello everyone, I have a customer with an ACC instance with a very few nms:userAgent lines (5k). It seems that the table is not up to date.The instance runs with a MID sourcing instance, hosted by Adobe.I cheked the "deliverabilityUpdate" workflow, it runs every day, but in the "dm:deliverabilityClient.js" I can't see any process to update the userAgent table (only "NmsTracking_UserAgentRules" option is updated).Is there anyone here who knows how this table is updated ? Or any information about ...

Views

194

Like

1

Replies

1
Re: Move Duplicated Workflow into a Campaign - Adobe Campaign 03-10-2021
Hi,I think you could try to use the "model" concept in your campaigns/workflows.Try to make a model of your operation, then if I remember well, every workflow/delivery/outline you'll create inside will be models.When you want to create a campaign with the same specifications, you will just create a new operation from the model, and everything inside the model will be instanciate (deliveries, workflows, delivery outline). Models are very usefull in Adobe Campaign. Ced

Views

444

Likes

0

Replies

0