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

AC_King
AC_King
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AC_King
Customize the badges you want to showcase on your profile
Re: Adobe Campaign Client Console - Adobe Campaign 10-07-2018
Hi there, How about doing the following: 1. Uninstall Adobe Campaign client console 2. Go to internet explorer and clear your cache from here 3. Go to AppData\Roaming and delete any Adobe Campaign folders found in here 4. Re-install Adobe Campaign Of course if unsure about point 3 you can simply rename the folder in question.

Views

3.6K

Like

1

Replies

0
Re: Introduce yourself - Adobe Campaign Standard 10-07-2018
Hey guys and girls,Feels a bit strange doing this - but what the hey!My name is Samson Odelowo, and I have been working with AC for the last 6 and a half years (back during the Neolane days). During this time I have worked with 2 agencies across tens of companies consulting, customising, teaching and configuring implementations for clients across all sectors. Working in The States, Asia, Australia and Europe.Now I work as a contractor in London, continuing to hone my skills in Adobe Campaign whi...

Views

25.8K

Likes

0

Replies

0
Re: Java script in adobe campaign workflow - Adobe Campaign Standard 10-07-2018
Hi mate,Just by comparing the SQL statements, i can see that the following string isn't correctly formatted:"SELECT count(*) from pl_aud_interaction where business_unit_cd in ('BTXU','BTXN') and file_id in (select file_id from pl_aud_file_detail where batch_id in (+ batch_id_btxu +, + batch_id_btxn +))");Instead try:"SELECT count(*) from pl_aud_interaction where business_unit_cd in ('BTXU','BTXN') and file_id in (select file_id from pl_aud_file_detail where batch_id in ("+ batch_id_btxu + ", " +...

Views

2.5K

Likes

0

Replies

0
Re: Advanced Code to create a "LIKE" or "IN" condition - Adobe Campaign Standard 10-07-2018
Hi mate, Just checking as it wasn't clear from your message; would you want to be able to use the 'included in' or the 'like' operation. Going off your example I would image you will need the included in operation, if so give the following a try: "@language IN ('en', 'de', 'it')"Good luck!

Views

1.4K

Likes

0

Replies

0
Likes from