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_Bella
AC_Bella
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
6

Posts & Comments

Posts & Comments
14

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AC_Bella
Customize the badges you want to showcase on your profile
Re: Use current campaign name in typology rule - Adobe Campaign 04-12-2019
Hi Manoj,I would definitely use that if it would be only me but I need something simple for our campaign managers - something which happens in the background and they don't have to think about.I'll try the JavaScript code next. Thanks for your help!

Views

2.6K

Likes

0

Replies

0
Use current campaign name in typology rule - Adobe Campaign 25-11-2019
Hello everyone,currently I am trying to create a typology rule which makes sure that a recipient does not get the same Email-campaign twice.It seems that I have to use JavaScript to retrieve the campaign name from where the delivery is startet.I thought maybe something like this could work:// Define campaign name of current workflow where delivery is located.function currentCampaignName(){// Get primary key from workflow. var workflowID = instance.id; var tmpCon = application.getConnection(); va...

Views

4.5K

Like

1

Replies

4
Re: Hide specific data schema - Adobe Campaign 28-05-2019
Hi David,I tried this before declaring a specific user who should be able to see this schema.Result: no one was able to login on client console anymore. No one had the right even the user who should have had it according to the code. In the end we had to use the internal administrator to delete the rows in schema operators. Afterwards everyone had access again...Do you have another idea?Thx,Bella

Views

2.5K

Likes

0

Replies

0
Re: External Signal from FDA database - Adobe Campaign 28-05-2019
Thank you! Didn't think of that. The second option it is.

Views

2.0K

Like

1

Replies

0
External Signal from FDA database - Adobe Campaign 28-05-2019
Hello,this is my first time using the "External Signal" in Adobe Campaign Classic and I am completely lost...My goal is to get a signal from an external database as soon as the loading process for the tables is finished. This signal triggers an import workflow in Adobe Campaign. I know how to refer to a workflow within Campaign but how can I catch the signal of an external event?I found sth like this PostEvent(sessionToken, workflowId, activity, transition, parameters, complete) but I am not sur...

Views

2.8K

Like

1

Replies

2
Hide specific data schema - Adobe Campaign 27-05-2019
Hi everyone,I was wondering if it is possible to hide a specific data schema except for a certain user?Why do I need this? Our developers need to have the right 'admin' so that they have access to all areas in Campaign and can adjust these. But they shouldn't be able to edit or delete users in access management - they should be still visible though.Therefore I adjusted the data schema operators: This works fine. But if a developer wants to, he can delete these rows since he has the right to ed...

Views

3.7K

Like

1

Replies

3
Re: Duplicates in delivery included but important/unique data field is overwritten - Adobe Campaign 15-02-2019
The problem is solved! And I refrained from using Target Mapping - a little bit to risky for my liking. Your commenthelped in the end. I didn't know that I could add the additional data to the extraction file of delivery - a friend suggested that. And it works! All individual account numbers are kept and assigned to the right person.Thx for your help!

Views

1.8K

Likes

0

Replies

0
Re: Duplicates in delivery included but important/unique data field is overwritten - Adobe Campaign 13-02-2019
Sorry for the late response!With linked I meant the relation between recipient table and the account no.-table.The delivery does not care about the added data in query. It takes the data which is labeled as target group and "reselects" the other data. If the target group has duplicates, the same data for each one is selected even if there are more account numbers than one...I tried Target mapping (changing target group in delivery from recipient to acoount no.-table) but couldn't get it to work ...

Views

1.7K

Likes

0

Replies

0
Re: Duplicates in delivery included but important/unique data field is overwritten - Adobe Campaign 07-02-2019
I am using the direct mail channel. So a csv file will be generated with all relevant data. The account no. belongs to a table linked to recpient table which I selected as target dimension.I just realised where the problem lies: even if I have the correct data selected beforehand the extraction file uses the target group (here: Vivien Test incl. email address) to select the data for the file anew. Since some keys occur multiple times, the first data found in the database is linked to all of them...

Views

1.7K

Likes

0

Replies

0
Duplicates in delivery included but important/unique data field is overwritten - Adobe Campaign 06-02-2019
Hello,I am trying to create a delivery where duplicates are kept. I managed to keep the duplicates but unfortunately another data field – the one that is most important in my case – is randomly overwritten with data of another entry of the duplicate. Here an example for selected data:IDNameAccount No.121 555 555Vivien Test8.901.444.777121 555 555Vivien Test7.693.333.222121 555 555Vivien Test2.369.888.666Here the corresponding csv extraction file:IDNameAccount No.121 555 555Vivien Test8.901.444.7...

Views

3.4K

Like

1

Replies

6
Likes given to