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: Eligibility Tab Missing in Offer Category - Adobe Campaign 18-10-2019
Hi,Do you have administration rights?If yes, please check nms:OfferCategory form. Are you able to see 'Eligibility' tab in preview tab.Thanks.

Views

13.5K

Like

1

Replies

3
Re: OfferMgt workflow fails - Adobe Campaign 18-10-2019
Hi David,This error is related to one of the offerSpace being created. OfferMgt workflow is not able to publish one of the changes done to Live environment.Please check if any new offerSpace is recently created.Thanks.

Views

2.0K

Likes

0

Replies

0
Re: How to get the "Scheduled By" Login for Workflows In Adobe Campaign Classic? - Adobe Campaign 18-10-2019
Hi,You can achieve this from 'Workflow Login' table.It stores userId of person who has created workflow. Login Id associated with each workflow.Enrich your workflow with 'workflowLogin' table and update login column corresponding to workflow id.Thanks.

Views

2.4K

Likes

3

Replies

0
Re: Apply filter in typology - Adobe Campaign 18-10-2019
Hi,You can exclude user before reaching to delivery. Design your workflow such that data which is not valid should not go to delivery.If it's mandatory that you want to do it in typology, then you can define linking in table so that you can filter on both table.Thanks.

Views

1.8K

Likes

2

Replies

0
Re: System indicators error - Adobe Campaign 18-10-2019
Hi,Error which you are getting is because of lines written in your system indicator file: 'indicators.sh'You can view this file at location: /usr/local/neolane/nl6/datakit/nl/indicators.shThis is where you will see the error text mentioned and correct it.Thanks.

Views

5.7K

Like

1

Replies

1
Re: Import zipped input file into campaign - Adobe Campaign Standard 16-10-2019
Hi,You can try to unzip file using javascript command at one of the server location and then process it using 'Data Loading' activity.Command to use unzip file:var cmdStr="unzip -j -d ";var res=execCommand(cmdStr);Thanks.

Views

1.6K

Like

1

Replies

0
Re: How the data Unload from /Load into Adobe campaign tables using external system. - Adobe Campaign Standard 15-10-2019
Hi,For both cases, you need to design technical workflows, one for Import of data and another for Export of data.Case 1): You need to create external account and synchronise tables of both systems. This helps you to get tables of external system available in Adobe. Then design import and export workflow using CRM connector.Case 2): Design workflow and update data using links created in tables.Thanks.

Views

750

Likes

0

Replies

0
Re: Field is not stored when using real time. - Adobe Campaign 15-10-2019
Hi,Are you passing externalId in tag also?Can you provide complete SOAP call you are passing for the two case you have mentioned.Thanks,Jyoti Yadav

Views

2.4K

Like

1

Replies

0
Re: Populating the field from extending RT event table - Adobe Campaign 15-10-2019
Hi Jason,Have you saved your firstName in your rtEvent table. As you have created firstName fields in your rtEvent table, please check if values are stored in your table.When you do <%= rtEvent.ctx.firstName %>, it fetches data directly from the event recieved from webservice call and that is reason you get value.Thanks,Jyoti

Views

1.9K

Like

1

Replies

0
Re: xtk.queryDef.create Question - Adobe Campaign 14-10-2019
Hi Derek,Please use below script and it will give you output:var query = xtk.queryDef.create( ).ExecuteQuery(); for each( var row in query) logInfo("Total products purchased: " + row.var1); Thanks,Jyoti

Views

4.1K

Like

1

Replies

0