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: what is Input forms and its purpose - Adobe Campaign 31-05-2021
Hello @Shruti1 ,Adobe Campaign uses a console as a user interface. This console connect to the server.You can customise data model as you need, so when you have to display some information to the user, you need to define what we call "forms" (object xtk:form).In those forms, you can show information, and add inputs to let user edit them. For example, you can add an input for editing a recipient email adress.If you need more informations about forms, I suggest you to read the online documentation...

Views

280

Like

1

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
Re: Write quaratine to Message Center Execution instance - Adobe Campaign 27-05-2021
I would even say that Message Center has never been designed for handeling correctly the quarantine functionnality:Marketing instanceMessage Center 1 (RT1)Message Center 2 (RT2)I know that kind of configuration is quite old today but always used for lots of customers RT1 have "badEmail@homail.com" in its quarantine tableRT2 have "wrongEmail@gmal.com" in its quarantine table It means that if your API call with "badEmail@homail.com" lands on RT2 (due to load balancing): the email sending will proc...

Views

433

Like

1

Replies

0
Re: Preview of content using jssp - Adobe Campaign 27-05-2021
Jonas, I just see that you try to add the "Delivery operators" (name=delivery) right to the "webapp" operator. This is not this one I added, but the one with technical @name="content" (don't know the english label sorry).

Views

498

Likes

0

Replies

0
Re: How could I create new output columns for Recipients... - Adobe Campaign 26-05-2021
Hi @andregonzalez, Was the given solution helpful to resolve your query or do you still need more help here? Do let us know. Thanks!

Views

243

Likes

0

Replies

0
Re: More than simple input for responding a question / thread into the Adobe forum - Community Help and Feedback 25-05-2021
Hi Darren,I agree with you and this is the only way (has I often do).But by this way, the notification recieved into the mail box is not complete (and I recevied some "Hi " messages with nothing more, because even if you push Enter, it submits the message :)) ).Thank you for your interest. This is not a primary question, it's not so important.Cedric

Views

214

Likes

0

Replies

0
Re: Enumeration in webapps - Adobe Campaign 21-05-2021
You're welcome. Also, if you need to load more than one enum, the code is incomplete (because each query will have the same element name "enumValue-collection". If needed :myResult1 = new XML( domainsQuery.ExecuteQuery().toXMLString() ); myResult1.setName('myResult1'); //this is the real root element name to give to the "options Xptah" instead of "enumValue-collection" as I did before ctx.myValues1 = myResult1; ... another query... myResult2 = new XML( anotherQuery.ExecuteQuery().toXMLString() )...

Views

892

Likes

0

Replies

0
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
Re: PDF Link Attachment Issue - Resources - Online - Publ... - Adobe Campaign 20-05-2021
@Jonathon_wodnicki: thanks for response. we have raised the ticket with adobe customer care and they deleted for us.

Views

443

Likes

0

Replies

0
Re: Apache Kafka connector - Adobe Campaign 19-05-2021
@CedricRey- interesting that you post this as we are looking at using Kafka to manage some enterprise-wide configuration changes.Campaign Classic already uses Kafka for its Triggers / Pipelined implementation so you would expect it shouldn't be too difficult to expose those APIs internally for general Kafka use.CheersDarren

Views

370

Likes

0

Replies

0