Hi @Sukrity_Wadhwa ,Thank you for your response. At one of my clients, we've identified a crucial need for a Kafka connector since upgrading to Adobe Campaign V8. The hosted environment has posed challenges in maintaining real-time communication with our internal systems.Our specific use case involv...
Hello @AndréAl1
I'm afraid that's not possible with the tools currently available in ACC.
The reverse operation is possible (generate the SQL code from a queryDef, with the xtkQueryDef.BuildQuery() method) but unfortunatly retrieving a query from a SQL does not seem available.
If you need to get ...
Hello @Sukrity_Wadhwa ,
We would appreciate the opportunity to work directly on ACC with Kafka topics. Today we need a third party application to read / write datas for us and put it in Database.
But we are about to change the technical architecture and won't be able to expose database (soon hoste...
Hi @acc_acs,
you seem using resetPassword instead of ResetPassword. As EcmaSrcipt is case sensitive, can you try with ResetPassword (with capital R) please ?
Cedric
Hi,
the Craig’s answer is correct but your case is special : the JS activity doesn’t expose the new fields you may create with your script. The console won’t « see » them.
the best way to export new values in this case is to « prepare » the table structure above (with a query or enrich activity). Y...
Hi @david--garcia ,
I'm interested about this, because I just made the test on a different target type (not the recipient but custom schema) that has no datapolicy on the mobilePhone field, I checked the delivery/fcpParameters/substitution/@address definition and no policy at all, but the proof proc...
Hi @ccg1706
What do you mean by "conditional content" ?
You can use the personalisation syntax to generate content according the message datas :
<% switch( recipient.field1.toString()){
case "CASE1" : %>
<p>My content CASE1</p><img src="...pic1.jpg"/>
<% break;
case "CASE2" : %>
<p>My content CASE...
HI @supratim320
It's difficult to me to figure out what's going on.
I understand that you use a JS to perform some changes on a JST. It fails, but there is no visible workflow log, and the workflow restart (is it a consecutive restart, in a "warning" log (yellow icon) ? it could be an exceeded time...
Hi @Milan_Vucetic
Thanks a lot for your explanations, it will be very useful for the next time.
I had a talk with Adobe consultants and they advised us to disable the RDBMS process with the XtkCleanup_NoStats set to 1, so we did.
Also, I confirm that not related to FDA at all, I don't know why I be...
Hi @Srinivas1254
The @ParthaSarathy solution is smart, explanations are very complete, I suggest you to use it.
In another hand, I made an other solution, but more technical and less understandable. Just to have a link somewhere I put it here (it's a package) :
Adobe-Campaign-Tools/ScheduleWeekCons...