Good morning
We currently make extensive use of process nodes in our marketing campaigns, but I read somewhere that you should rather make use of Stored procedures as best practice. The process nodes obviously have quite a bit of customization with regards to filters and I am unsure how replace that with stored procedure functionality whilst maintaining flexibility of the process nodes.
Example:
(Process node)
Select business_key
from sales_table
where product = 'Cosmetics' -- hardcoded
I would like to replace the 'Cosmetics' value with a parameter, but where would that value come from? I wouldn't want to use a Custom detail group on the Campaign definition as that would be restricting the marketer to only one type of selection in a campaign.
Thanks in advance..