An Adobe Campaign Classic Developer needs to set up a workflow that imports customer data from an S3 bucket on a daily basis. The records must be stored in an existing Campaign table. Which sequence of workflow activities should the Developer use?
Where does the developer need to configure the additional attributes so they are automatically captured in the broad log at the time of sending?
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?
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 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)
How can you use sysFilter to limit write access to a schema to only members of the Administrator operator group?
A developer saw that several workflows are stuck in a "start as soon as possible" status. The developer checks the workflow heat map and does not see any concurrent workflows in workflow activity. What should the developer troubleshoot next?
A customer needs an automated process to send event notifications every 15 minutes to a group of users. No user should receive the same notification twice. What activities should the Adobe Campaign Classic developer use in the Campaign workflow to perform this?
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?
The Campaign Classic Developer needs to change the data purge settings for some of the tables. Where should the developer find this option?
A new file must be loaded into Adobe Campaign Classic, and the file contains data in XML format. Which activity should be used to import this file?
Review the below code:
javascript
Copy code
function nms_recipient_updaterecipient(id) {
Xtk.session.Write(
}