How to exclude events with zero balance impact being created
Hi ,
I would like to consider only amount that are different from 0 on bal impacts when i have usage (delayed). the configuration makes the calculation at the discount level and charge zero at product level.
Tried to use this approach (
How to Stop Events With Zero Balance Impact Being Created (Doc ID 1502564.1)
) but it seems to work only for realtime objects.
I tried to exclude the products (DEATIL.ASS_CBD.CP) from pipeline container but the tax calculated on discount disappears because the function addDatablock to cp is used.
Is it possible to separate the tax calculation result from charge packet container in order to excluder 0 amounts from bal_impacts table?