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

deuce
deuce
Online

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by deuce
Customize the badges you want to showcase on your profile
Trying to get related values from a table where it may relate to zero or many? - Adobe Campaign Standard 17-05-2022
I've got a relation in my profile to a Work Order table, and that Work order table may have for example be like this Profile Email | Profile Work Order IDjohn@doe.com | 1234 Then I have the Work Order Table like soWO - ID | Product Name1234 | Thing 11234 | Thing 21234 | Thing 3 So in my email I want to say something like "Hey John, thanks for buying Thing 1, Thing 2, Thing 3. We appreciate your business!" Right now I'm trying to go through an Enrichment where I set @productName to that value. Th...

Views

109

Likes

0

Replies

1
Re: Adding targetData logic in an email - Adobe Campaign Standard 13-05-2022
I wasn't using the entire variable being pulled in from targetData. It should have been: context.targetData.cusWorkOrderLink1.Make; Now I'm just having trouble testing with the test profiles since none of them have the data.

Views

162

Likes

0

Replies

1
Adding targetData logic in an email - Adobe Campaign Standard 12-05-2022
Hi I'm very new to ACS, and was hoping someone can help me out. I built an email and I'm trying to access targetData in the email for the make and model of a car. I put the code below in the email (I tried "context.targetData" and "context.profile.targetData") and I just get back when I preview "'targetData' element unknown (see definition of 'Enrichment (temp:enrichment1-src)' schema)." How do I fix this please? <% var aVehicle = 'vehicle'; var aField1 = targetData.Make;var aField2 = targetData...

Views

186

Likes

0

Replies

2