In order to restrict the choice of target elements in an input form a sysfilter was added via the link definition:
What is missing in line 4?
A.
B.
C.
You want to add the following new columns to the output of a direct mail file extract:
Firstparturl is already declared in a JavaScrips activity which will be executed before the targeting query:
vars.firstparturl = `http://www.amazingcompany.com/u=';
The additional column for recipient called John Doe should look like this: http://www.amazingcompany.com/u=John-Doe
How would you have created the expression in the query activity (Additional columns window) in order to meet the above mentioned requirement?
A. `vars.firstparturl'+vars.firstName+'-`+vars.lastName
B. $(vars/@firstparturl)+@firstName+'-`+@lastName
C. $(vars.firstparturl)+firstName+'-`+lastName
D. `vars.firstparturl'+$(vars/@firstName)+'-`+$(vars/@lastName)
Regarding the schema below, why is the link NOT optimized?
A. Integrity rules are not defined
B. The sequence for filling primary key values is not defined
C. The automatic primary key is not used
D. There is no unique index on the idPurchase attribute
What does it mean to "Enable but do not execute" a workflow Activity, assuming the workflow has been started?
A. The workflow will execute up until the specified Activity, skip it, and continue without error.
B. The workflow will execute up until, but not through, the specified Activity.
C. The workflow will execute up until the specified Activity, prepare it to run, and then pause.
D. The workflow will execute through the specified Activity and then pause.
E. The workflow will execute through the specified Activity normally. but will log additional data in the Journal.
Which file handles incoming SOAP requests in Adobe Campaign?
A. nljsprouter.jsp
B. soaprouter.jsp
C. soapservice.jsp
D. soapservice.php
E. jsprequest.jsp
F. neorouter.jssp
What could we do to improve the integrity of the following API function?
A. Return a DOMElement instead of a string
B. Include a try ?catch statement to catch errors
C. Store the incoming arguments in an array
D. Use the queryDef API instead of the load() and save() methods
E. Include a conditional If statement to catch errors
Workflows are NOT executing anymore. Which module is the root cause for this problem?
A. runwf
B. mta
C. watchdog
D. wfserver
A new attribute is added to the recipient schema. The error message shown below appears when opening the recipient.
What is the cause of the error?
A. The segment attribute is wrong.
B. The navtree definition is incorrect.
C. The value of the segment in the recipient record is incorrect.
D. The form definition is incorrect.
Which assessment should you use to hide a container in a form when gender is equal to a value of 1?
A. B. C. D.
Given the following schema, which is the correct syntax to display the "Birth date" field on an input form?
A.
B.
C.