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

MartinViking
MartinViking
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by MartinViking
Customize the badges you want to showcase on your profile
Re: Separate with multiple characters in data loading - Adobe Campaign 29-06-2022
Hi @MartinViking You are probably hitting a very unusual scenario on that one as it's very rare to have 2 digit separators in file and the product seems to not support it very well......You could ask the file provider to supply a file with a single digit separator. I found out that pipe | works in most cases.... If a column can potentially hold the pipe (|) character within its value, you will need to use a Double Quote as String separator, meaning that the file will look like the following"colu...

Views

60

Likes

2

Replies

0
Re: Report on user activity logs - Adobe Campaign 27-06-2022
Hi @MartinViking For workflows activities, you've got the Audit features available under Administration \ Audit folderFor login, it is available in Experience Cloud Admin Console if you use IMS otherwise, it would be available in the logins.log file for native user login, in the instance directory , this would require some JS script to read the file and extract the information....Hope this helps,ThanksDenis

Views

73

Like

1

Replies

0
Re: Change MaxRetry for specific type of sendout - Adobe Campaign 13-06-2022
Hello,From what I know, instances using momentum will not use the maxretry value.

Views

59

Likes

0

Replies

0
Re: Typology rule to change maxRetry - Adobe Campaign 31-05-2022
Hi @MartinViking Why would not not also create the delivery delivery template where the retry is already set to 0?Otherwise, you have plenty of typology of type control you can inspire yourself to get the code to set the retry to the value you wish.The syntax would be something likeif( delivery.messageType == 143) delivery.execution.maxRetry = 0;You would activate this rules on the channel (messageType) 143 tooWave Scheduling Typology Rules for sample of syntax Hope this helps,ThanksDenis

Views

82

Likes

2

Replies

0