In V8 Adobe Campaign Classic, data from local PostgreSQL tables is not being replicated to the Snowflake database. Which OOTB workflow should the developer look at to troubleshoot the issue?
A client has implemented a custom integer field in the nmsRecipient schema called Activity Rating. The field is populated during an import process that runs highly. The ActivityRating can contain a value between 0 and 9. When targeting recipients, it is common for the client to specify the ActivityRating should be between a range, for example, between 2 and 5. What is a way to repeat this query?
A developer needs to develop a workflow that runs daily at a particular time. The workflow contains a JavaScript code activity, and if an error occurs, a new record should be created in a custom error table, and an alert activity needs to be executed. Which 2 fields in the JavaScript code activity should be filled in? (Choose 2)
A developer wants to retrieve data from multiple schemas and insert data into the temp table within a workflow. Which two methods should be used to perform this operation? (Choose 2)
A developer is using a test activity to verify if the result is generated or not. Which test condition should be used?
Review the code below and mark the correct option:
javascript
Copy code
var query = NLWS.xtkQueryDef.create({
queryDef: {
schema: 'nms:recipient',
operation: 'select',
lineCount: '5',
select: { node: [
{expr: '@firstName'},
{expr: '@lastName'},
{expr: '@email'}
]}
}
}).ExecuteQuery().getElements();
What would be the correct code to retrieve the email for each record?
An Adobe Campaign Classic Developer’s client uses a unique customer ID to identify and contact their customers. This customer ID is a number. The client wants to send out a personalized email to all customers.
What exclusion setting can have a different impact if the ID would have been an email instead of a number?
Review the below code:
javascript
Copy code
function nms_recipient_updaterecipient(id) {
Xtk.session.Write(
}
A developer needs to insert a JavaScript activity that will be used to query the temp table in a workflow. How should the developer verify the name of the temporary schema to be used in JavaScript?
What is a use case for a custom target mapping in Adobe Campaign Classic?
PDF + Testing Engine
|
---|
$57.75 |
Testing Engine
|
---|
$43.75 |
PDF (Q&A)
|
---|
$36.75 |
Adobe Free Exams |
---|
![]() |