3 Months Free Update
3 Months Free Update
3 Months Free Update
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?
A customer has an internal sales application that needs to create, update, and delete records to and from Adobe Campaign Classic. The application communicates in real-time with Adobe Campaign Classic. Which customization should be used to implement the simple CRUD operations?
A customer has an in-house CRM application that needs to create, update, and delete custom data stored in the Adobe Campaign Classic instance. What are the two minimum prerequisites for the CRUD operations to work? (Choose two)
A developer is building a workflow to insert a customer's favorite video game from a file collected by SFTP. An enrichment activity is used to reconcile the file data and recipient data, allowing the file data to be used to personalize deliveries. How will these personalization fields appear in the delivery content?
When connecting to an Adobe Campaign server using the Client Console, an operator gets the following error: HTTP code 500, "The IP address accessing the server is not accepted. Connectionrefused." How should the Developer fix this issue?
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 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?
A Campaign Classic developer wants to monitor which variables are being passed through a workflow to begin debugging a JavaScript activity. When executing the workflow, which action should the developer take to show the variables that are being passed throughout the workflow?
An Adobe Campaign Classic developer is working on an import workflow. The format of the file to be imported is CSV. An aggregate must be computed in the workflow. Which three components should be used to implement the import workflow to update the data? (Choose three)