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

Manoj_Kumar_
Manoj_Kumar_
Online

Badges

Badges
31

Accepted Solutions

Accepted Solutions
168

Likes Received

Likes Received
265

Posts

Posts
493

Discussions

Discussions
30

Questions

Questions
463

Ideas

Ideas
7

Blog Posts

Blog Posts
0
Top badges earned by Manoj_Kumar_
Customize the badges you want to showcase on your profile
Re: Delivery action "Prepare and start" visible for particular operator group - Adobe Campaign 11-11-2019
Can you try with this?[currentOperator/operatorGroup/group/@id]='GROUP ID'

Views

10.7K

Like

1

Replies

0
Re: Question on Operator - Adobe Campaign 11-11-2019
Hello,You can go to Operator > UK operator > Access rights > restriction to information found in sub folder.This way you can give access to one folder. Else you will have to go with way i explained in previous answer. But creating group for each locale and then adding that operator group to folder permissions.Thanks,Manoj

Views

1.3K

Likes

0

Replies

0
Re: Looping through additional data inside Delivery activity - Adobe Campaign 11-11-2019
Hello,You can use a simple forloop for that.for(var i=0;i <=targetData.length;i++){document.write(targetData[i] + "\n")}Let me know if that make sense?

Views

13.1K

Like

1

Replies

1
Re: How to Enable CORS in Adobe Campaign - Adobe Campaign 11-11-2019
Hello Badr Can you check the serverconfig for the allowed extension? I believe .ttf extension is not whitelisted in serverconfig. Thanks, Manoj

Views

6.5K

Like

1

Replies

0
Re: Delivery action "Prepare and start" visible for particular operator group - Adobe Campaign 11-11-2019
Hello Sushant,You can try using this conditionThanks,Manoj

Views

10.7K

Like

1

Replies

2
Re: Question on Operator - Adobe Campaign 07-11-2019
Hello Shiyam,You can create an operator group and then add those operator groups to the folder properties and manage permission to read, write and delete the folderThanks,Manoj

Views

1.3K

Likes

2

Replies

0
Re: How to Enable CORS in Adobe Campaign - Adobe Campaign 07-11-2019
Hello Badr,Will it be possible for you to share a test email? May be we will able to troubleshoot more with that.Thanks,Manoj

Views

6.5K

Like

1

Replies

2
Re: How to Enable CORS in Adobe Campaign - Adobe Campaign 07-11-2019
Hello Badr,Did you try opening that font url directly in the browser? If the url is not loading for more than 20 minutes then there is a possibility that the DNS is not resolving.And if the page is still loading then the CORS issue is solved, because the browser will immediately block the url request if the domain is not authorized for any request.Thanks,Manoj

Views

18.7K

Like

1

Replies

4
Re: How to Enable CORS in Adobe Campaign - Adobe Campaign 06-11-2019
Hello Badr, You can try this to enable CORS in server config file Thanks, Manoj

Views

18.7K

Likes

2

Replies

8
Re: How to Enable CORS in Adobe Campaign - Adobe Campaign 06-11-2019
Hello Badr, Did you try upload your fonts under Resources > Online > Public Resources and use the url from there in the delivery template. It should work that way. Thanks, Manoj

Views

18.7K

Like

1

Replies

10