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: Enumeration in webapps - Adobe Campaign 21-05-2021
Ok, I didn't noticed that if you need more flexibility, you can load custom values (for example into a script just before the page) and use the context 'ctx' to populate your list : choose the second options "from context" instead of "Automatic via an enumeration". Then you'll have to give the path of your xml list from the ctx (var ctx.mylist = <...>, just give "[mylist/value]" as options xpath, @myLabel for label xpath and @myValue for xpath value). By this way, you can load another enumeratio...

Views

953

Likes

0

Replies

0
Re: Enumeration in webapps - Adobe Campaign 21-05-2021
Hello,I agree this is a bit confusing.... But if we give a look a little closer, with the builtin webapps (for example 'deliveryOverview', 'webAppOverview' etc. by filtering webApp with "XML memo (data) contains 'contextOptions useContext="2" '), the answer is : the xpath refer to an attribute of the document schema ("Document type" defined into the General properties of the webapp) that use a enumeration.For example, if you choose "nms:delivery" for your webapp document type, you can put "@stat...

Views

958

Like

1

Replies

10
Re: enumeration type = system - Adobe Campaign 21-05-2021
Hello, the differenc we can see between "system" and "closed" is that the "closed", very similar to the "open" but with not editable directly into forms, use the alias concept (with xtk:enumAlias schema) whereas the "system" doesn't use it. I think the system type is very technical, similar to the schema enumerations. And it could be an historical point (maybe there were only "system" and "open" before)

Views

388

Likes

0

Replies

0
Apache Kafka connector - Adobe Campaign 19-05-2021
It's easy to create some libraries to communicate outside Adobe Campaign with the simplicity of Javascript and the HTTPClientRequest class, but as Kafka is not based on HTTP protocol, it's not possible to consume or produce over topics in Campaign. Apache Kafka needs specific libraries (Java, Python, NodeJS) to be used. It would be great to have a specific API into the Campaign javascript environment.I'm sure that question is not new and the R&D team thought about it, and it's won't be technical...

Views

388

Likes

2

Replies

1
Re: How to use segmentcode from workflow in delivery temp... - Adobe Campaign 19-05-2021
Glad to help. The fact is when you preview, Campaign loads every part needed to personalize the content. But if those parts are not available anymore, it can't load it. In a workflow, the datas are only accesible by itself, not outside (temporary table). Those datas are also deleted when workflow stop / restart or when not needed anymore. So it's impossible for an outside element to access those datas, the only way to access it is when the workflow itself generates and prepares the delivery. And...

Views

692

Likes

0

Replies

0
Re: How to use segmentcode from workflow in delivery temp... - Adobe Campaign 19-05-2021
Ho well, I need to know something important : what do you mean when you say "when I preview" ? Because the nature of "targetData" (comes from a temporary table from workflow), it is impossible to use the preview tab into the content of a delivery when the data comes from a workflow (i.e the targetData). You have to send the delivery (of course, use the proof sending functionnality for your test, with address substitution) to see the targetData works. It is a limitation of the use of targetData, ...

Views

719

Likes

0

Replies

0
Re: Need Help changing language in ACC Client - Adobe Campaign 19-05-2021
Hmmm, I don't understand why, the second solution I gave (and the smart one) use to work for my 2-3 first tests, and now it seems that my console returns to the server language when I connect to it. Whenever I change to another lang (for example Japanese), the login interface starts in japanese, but when I login to my french instance, it return in french. I'm pretty sure to had the console logged in japanese, english then in german (to check the registry entry value), but It doesn't work anymore...

Views

658

Likes

0

Replies

0
Re: How to use segmentcode from workflow in delivery temp... - Adobe Campaign 18-05-2021
Hello Jonas,First, you shouldn't use the E4X notation into the content of a delivery. This is deprecated and it doesn't work into the newest build of Adobe Campaign.Usually, if you delete the "@", it works if you use the segmentation :<%=targetData.segmentCode%>I've just test it with success.First, can you verify if there is datas into the segmentCode columns ? (put a 1h wait activity just before the delivery, then right clic and "display the target" and check if you see something into the Segme...

Views

759

Likes

2

Replies

7
Re: Need Help changing language in ACC Client - Adobe Campaign 18-05-2021
Hi,First, this is not a very clever solution, but it's the easier and faster. Here what you can do if you're stuck in another language than english :Go to the "bin" folder of your console installation (you'll find the "nlclient.exe" file, not the parent one with "setup.exe"). Just change the name of the "lang" folder (for example, rename it as "lang--").Restart the console, and voila.This won't change the default language of the console, but it won't find the necessary translation files (and the...

Views

672

Likes

0

Replies

2
Re: Custom Named Right for Workflow xml Edit. - Adobe Campaign 17-05-2021
Edit the XML and add a "form" attribute in the activity with the name of a custom form :You can copy the original form and add / change what you need.

Views

659

Likes

0

Replies

0