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

jamesx9778150
jamesx9778150
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
10

Discussions

Discussions
2

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jamesx9778150
Customize the badges you want to showcase on your profile
Re: Updating an Options value from within a workflow - Adobe Campaign Standard 08-06-2021
I was able to get this to work with the update data node. Thanks 

Views

421

Likes

0

Replies

0
Re: Updating an Options value from within a workflow - Adobe Campaign Standard 08-06-2021
Shoot, I accidentally clicked on the correct reply. How do I undo that. lol.

Views

430

Likes

0

Replies

0
Re: Updating an Options value from within a workflow - Adobe Campaign Standard 08-06-2021
Hi Craig, the errors are variations off of "Unable to parse expression 'setOption(OPT23,'DONE')'." OPT23 being the option name, and 'DONE' being the value I want to update the option with. Thank you! Jim

Views

442

Likes

0

Replies

0
Re: monitor API - Adobe Campaign Standard 07-06-2021
I don't believe this can be achieved from within the ACS UI. Adobe maybe able to set up alert for you, so you may explore if the source system hitting the ACS API could monitor the API response. Hope that helps.

Views

549

Likes

0

Replies

0
Updating an Options value from within a workflow - Adobe Campaign Standard 07-06-2021
Hi everyone, Is there a way to update an Options value directly from within a workflow? I need to set one value at the beginning of the workflow and another one at the end of the workflow as it completes. I've tried the setOption function in a couple different nodes now, but they all kept erring out. Thank you,Jim

Views

489

Likes

0

Replies

4
Re: Adobe Campaign Standard Email Address Data Policy and... - Adobe Campaign Standard 18-05-2020
Thank you rajas66269496! So there are no "built-in" validation for email pattern with in ACS then?

Views

3.1K

Likes

0

Replies

0
Adobe Campaign Standard Email Address Data Policy and Special Character Allowance - Adobe Campaign Standard 12-05-2020
Hi ELC,In Adobe Campaign Classic, email addresses to be loaded into the email field is governed by dataPolicy.js and an Option that has specific allowed characters. Is the same or similar process in place for ACS as well? If it is, where can I find documentation on that process? Thank you all very much in advance,Jim

Views

3.7K

Likes

0

Replies

2
HttpClientRequest POST method with parameters - Adobe Campaign Standard 07-02-2019
Hi all,I'm using a Javascript activity in a workflow to do a REST API POST call to obtain a taken.Code is as follows:var requestUrlAPI = 'https://login.microsoftonline.com/{tenant}/oauth2/token'var bodyStr = 'grant_type=client_credentials&client_id={clientID}&client_secret={clientSecret}';var http = new HttpClientRequest(requestUrlAPI);http.method="POST";http.header["Content-Type"]= "application/x-www-form-urlencoded";http.body = bodyStr;http.execute();However, I'm getting an error regarding inv...

Views

3.2K

Likes

0

Replies

2
Re: Include personalization block with a dynamic name - Adobe Campaign Standard 22-08-2018
Hi Vipul,Thanks for the confirmation. Appreciate the help.Jim

Views

5.4K

Likes

0

Replies

0
Include personalization block with a dynamic name - Adobe Campaign Standard 14-08-2018
Hi, I'm trying to see if there is a way to include a view name of the personalization block is constructed instead of explicit Specifically:I have 3 personalization blocks with their internal names as 1234_p1, 1234_p2, and 1234_p3In the delivery template, I defined a variable "var id = '1234'"What's the correct syntax, if allowed, for the include statement. e.g., <%@ include view='id + p1' %>Thanks!Jim

Views

5.7K

Likes

0

Replies

2