The client needs to load multiple files. The files must be loaded in a specific order based on data dependencies.
How should the client ensure the order and dependencies?
A Campaign developer is configuring a direct mail delivery.
The Campaign developer selects "By data groupings'' when configuring the control group sampling within the delivery.
What is the reason for this configuration?
A Campaign developer is creating a flag to identify recipients who have specified date of birth. The Campaign developer codes the expression as follows in an enrichment activity:
lif([target/birthDate] is null, 'N', 'Y')
When the developer goes to save the expression, the following error displays: Element 'birthDate' unknown (see definition of schema 'Recipients (nms:recipient)')
-----
The path '/target/birthDate' is invalid in schema 'Enrichment 2 (temp:enrich2-src)'.
-----
Unable to parse expression 'lif([Itarget/birthDate] is null, 'N' Y')' What is the problem with this expression?
A Campaign developer notices that a workflow scheduled to run daily and create a customer list is associated to a campaign marked as Finished.
What explains the outcome of the next scheduled workflow run?
A Campaign developer is setting up a new API to query the recipient table from an external application. The developer is setting up an Operator for use specifically with the new API. In doing so, the developer selects the option ''forbid access from the rich client''
What impact does this have on the API?