Supporting the implementation Flashcards
1
Q
An architect created a campaign workflow that will be running daily using a scheduler, targeting a population and sending an email delivery. On the second day, the delivery is showing an error. Why does this occur?
A
The delivery activity is NOT supporting multiple executions, it needs to be replaced by an automatic delivery
2
Q
Which objects must be created or modified to control the existence in the database of a value entered in a form?
A
A data schema, a JavaScript, and a form
3
Q
Within a workflow, what is the right query to select all the records from the input transition work table in a JavaScript activity?
A
SELECT * FROM vars.tableName