Both filter condtions are executing in burst to email
Hi all,
We are having below filter in the burst control file this was working fine.
G_INVOICE[CF_CREDIT_CARD='');
After many years we added below condition
G_INVOICE[CF_NON_CREDIT_CARD='');
Tested with some invoices working fine, but when i was testing with another invoices, the above 2 filter is executing
And receiving both request emails why we need anyone of the conditions mail receive.
CF_CREDIT_CARD will return 'This is a credit card'
CF_NON_CREDIT_CARD will return 'This is a credit card'
Thanks in advanced.