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

4uSwan
4uSwan
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
1

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by 4uSwan
Customize the badges you want to showcase on your profile
Renaming a File in ACC using Javascript - Adobe Campaign 02-07-2021
The file name has a prefix of tmp. I need to remove the prefix from the name. I was trying to use the split and join method to break up the name and rejoin it again with out the tmp. But I'm not sure these commands work in Adobe. Below is the code I have written so far. What am I doing wrong? logInfo(vars.filename); vars.nameOnly = vars.filename.rmdir();vars.f1 = vars.nameOnly.split("_");vars.f2 = f1.shift();vars.finalName = f2.join("_"); logInfo(vars.finalName); vars.cmd = path + vars.finalName...

Views

313

Likes

0

Replies

3
Application Programming Sample Exercises - Adobe Campaign 13-02-2021
I am interested in getting certified as a developer in Adobe Campaign Classic and I am curious if there are a collection of exercises that I could use to practice application programming.

Views

589

Likes

0

Replies

2
Need Help using Fragments - Adobe Campaign Standard 14-12-2020
I'm creating an email where I place a fragment in the header. When I look at the Navigation Tree I can see that the Fragment has been added to the component. But I can't see the fragment in the email. In fact the component seems to disappear after I add the fragment. I'm using Adobe Campaign Standard. What am I doing wrong?

Views

494

Likes

0

Replies

1
Importing an Entity - Adobe Campaign 30-10-2020
I'm trying to import this entity using the Package Wizard. -->But I dont understand this error message. Submitting job to the server17:43:41 - No key was found for the '[/]' element of the 'nms:recipient' schema (XML='

Views

617

Likes

0

Replies

1
Likes given to