Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Read and write options in adobe campaign workflow

Avatar

Level 2

Hello!

For a query in a workflow, I'm trying to save a "last run date" in the options. That's why I need to read this option, start a new query using the value in the option and save a new value for the option back to the system.

So my question is:

What is the best way to read and store system options in Adobe Campaign (my company -> platform -> options).

is there a specific JavaScript (API) Method to get/write options?

Best regards,

Alex

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello Alex,

there is function in the JSAPI called setOption(name,value) getOption(value).

Marcel

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hello Alex,

there is function in the JSAPI called setOption(name,value) getOption(value).

Marcel

Avatar

Employee

do we have similar option in Adobe Campaign Standard?