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: Problem Facebook Login: Invalid Scopes: manage_pages, publish_actions,read_insights - Adobe Campaign 02-12-2019
Hello Neha,As displayed in the error dialog box. Remove the scopes from the App permissions.ORTo use these permissions you app needs to be reviewed by the facebook. Visit this page https://developers.facebook.com/docs/apps/review and justify why do you want to use these permissions.Thanks,Manoj

Views

2.7K

Like

1

Replies

0
Re: Registry error: Unable to find key HKEY_LOCAL_MACHINE\SOFTWARE\Neolane\NL_5\nlclient\ - Adobe Campaign 27-11-2019
Just restart your machine and it will be fixed.

Views

7.6K

Likes

0

Replies

0
Re: Fetch enum label instead of value from schema - Adobe Campaign 27-11-2019
Add this code on line no #3var deliveryStatus="";

Views

2.3K

Like

1

Replies

0
Re: Fetch enum label instead of value from schema - Adobe Campaign 26-11-2019
Hello Tejashri,This is how your updated code will look like.for each(var enumValue in enumElt.enumValue){ if(enumValue.@label=='1'){ var deliveryStatus='sent'; } if(enumValue.@label=='2'){ var deliveryStatus='failed'; }}Thanks,Manoj

Views

2.3K

Like

1

Replies

0
Re: Use current campaign name in typology rule - Adobe Campaign 26-11-2019
You can just add a split activity that will look at delivery logs for the specific delivery code. if the delivery code exists then exclude the audience else you can send them the communication.Thanks,Manoj

Views

1.8K

Like

1

Replies

0
Re: Fetch enum label instead of value from schema - Adobe Campaign 26-11-2019
Hello Tejashri,The values in enumeration are numeric only. You can refer to the image below to get the exact status.And in the java-script you can do something like this.if(enumValue.@label=='1'){var deliveryStatus='sent';}if(enumValue.@label=='2'){var deliveryStatus='failed';}and so on.Then you can use the deliveryStatus variable where ever you want to use to get the label.Thanks

Views

2.3K

Like

1

Replies

0
Re: Data based workflow triggering options - Adobe Campaign 21-11-2019
Hello there,You can run the workflow every minute and then send yourself an email.

Views

1.7K

Like

1

Replies

0
Re: Additional SQL functions min maxArgs does not work - Adobe Campaign 11-11-2019
Hello Marcel,Could you please share the exact error that you see?Thanks,Manoj

Views

11.8K

Likes

0

Replies

1
Re: How to find the operator who executed the work flow last? - Adobe Campaign 11-11-2019
Hello Ramprakash,You can query on xtk:workflow schema to get @processDate, @label, @lastStart.To get the user info you will to get workflowLogins schema.Thanks,Manoj

Views

1.5K

Like

1

Replies

0
Re: Question on Operator - Adobe Campaign 11-11-2019
Yes, you can add admin and config folder to each locale folder. Just right click on Locale folder and select whatever option you want to add to the locale folder.Thanks,Manoj

Views

1.4K

Likes

0

Replies

0