C_DS_42 · Question #48
The Marketing department would like to send special offers to customers who have placed a specified number of orders. This can be done by creating a custom function that must be called when a…
The correct answer is C. In the Local Object Library, create a new customer function called CF_MarketingOffer. D. Create a new batch job and data flow, called Alpha_Marketing_Offer_Job and E. In the job workspace, define a script to define the global variable and attach the script to the data. See the full explanation below for the reasoning.
Question
The Marketing department would like to send special offers to customers who have placed a specified number of orders. This can be done by creating a custom function that must be called when a customer order is placed. You want to create a custom function to accept the input parameters of the Customer ID, and the number of orders required to receive a special order, check the Orders table, and then create an initial list of eligible customers.
Options
- ARight click the target table and choose View data .
- BConfirm that order 11146 has 204000.00 as a total value.
- CIn the Local Object Library, create a new customer function called CF_MarketingOffer.
- DCreate a new batch job and data flow, called Alpha_Marketing_Offer_Job and
- EIn the job workspace, define a script to define the global variable and attach the script to the data
How the community answered
(49 responses)- A8% (4)
- B18% (9)
- C73% (36)
Community Discussion
No community discussion yet for this question.