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

Jyoti_Yadav
Jyoti_Yadav
Online

Badges

Badges
25

Accepted Solutions

Accepted Solutions
89

Likes Received

Likes Received
181

Posts

Posts
235

Discussions

Discussions
23

Questions

Questions
212

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by Jyoti_Yadav
Customize the badges you want to showcase on your profile
Re: Offer engine API in Adobe Campaign Classic - Adobe Campaign 23-10-2019
Hi, You need to change it in interaction.js javascript present at location: Administration --> Configuration --> Javascript --> interaction.js Search for below block of code: else if( "UpdateStatus" == strCommand ) { var ctx = ; var iStatus = undefined; You need to write your logic for custom field update. Currently it is doing only for status update.Thanks,Jyoti

Views

3.0K

Like

1

Replies

0
Re: Update within Relationship table list does not persist to parent schema - Adobe Campaign 23-10-2019
Hi,It is creating reverse link to your main table. I think it will solve the issue.Thanks.

Views

15.3K

Like

1

Replies

1
Re: Table/Schema for delivery content - Adobe Campaign 23-10-2019
Hi,You can check delivery text content using below xml format in Javascript:var emailText= delivery.content.text.source.toString();var emailHTML= delivery.content.html.source.toString();It will give you XML structure of your email. You can fetch whatever data you want to fetch, like you want to get URL of your HTML you can use:var url= delivery.content.text.urlConfig.url ;Thanks.

Views

2.4K

Likes

0

Replies

0
Re: Eligibility Tab Missing in Offer Category - Adobe Campaign 22-10-2019
Hi,PFB xml container for 'Eligibility' tab: List of themes separated by commas Thanks.

Views

4.2K

Like

1

Replies

0
Re: Update within Relationship table list does not persist to parent schema - Adobe Campaign 22-10-2019
Hi,Try by changing element label and name with revLink in schema definition: Thanks.

Views

15.3K

Like

1

Replies

3
Re: Control back to CRM(MSDynamics) - Adobe Campaign Standard 21-10-2019
Hi,Instead of letting them login to Adobe Campaign, you can use below approach:1) Create a javascript which will be called as webservice call via SOAP.2) Within your javascript, trigger your workflow which will sent out delivery to required customers.3) You can also pass dynamic variables to your workflow.Thanks.

Views

2.1K

Like

1

Replies

0
Forgot Password Link in Login Window - Adobe Campaign 21-10-2019
Hi,We have login button which lets you access Adobe Campaign if your credential is correct.We can have one Forgot Password functionality as well which will send a link to reset password to your email address. It will check for valid email address and account disabled or not.Thanks,Jyoti

Views

1.9K

Likes

4

Replies

0
Re: Debugging Adobe Campaign Javascript - Adobe Campaign 20-10-2019
Hi,Use below syntax:var query = xtk.queryDef.create( )var response = query.ExecuteQuery()logInfo("response: "+ response.toXMLString());Also if your output has more than one row then use for each loop.for each( var res in response){logInfo("response: "+ response.toXMLString());}Thanks.

Views

2.4K

Likes

2

Replies

0
Re: OfferMgt workflow fails - Adobe Campaign 20-10-2019
Hi David,Yes, that could be issue. Is the offer space which is not present in Design environment is used in any of the offer.Thanks.

Views

2.3K

Likes

0

Replies

0
Re: Eligibility Tab Missing in Offer Category - Adobe Campaign 20-10-2019
Hi,Can you share your nms:offerCategory form, I would like to see what is written for container - 'Eligibility'.Thanks.

Views

13.5K

Like

1

Replies

1