If I defined a feeder in a way to specify a C level items as the target of the feeder, does it guarantee if new child N level items are added under this C level item, those new N level items will be automatically fed without restarting the server and without calling CubeProcessFeeders TI function?
Thanks for responses in advance.
Regards,
Example Feeder would be something like below:
Code: Select all
skipcheck;
...some rules....
feeders;
['measure_a'] => ['All Products','measure_b'];