2014 Feb 10 7:15 PM
Hi experts,
We want to read a dunning history of previous dunning procedure, so i use context structure $FKKMAZE (Dunning Items of Previous Dunning Notice), but this structure seems to be empty when we execute the first run of dunning by collection strategy.
We create a rule in BRF to the transition between the 2 methodologies, so that the first step under Collection Strategy, tied back to the last activity under Dunning Procedure.
Does anyone know how to accomplish this transition?
Thanks a lot.
Regards
Renato
2014 Feb 10 8:33 PM
Renato:
Firstly - are you implementing new function and using BRF? That is not recommended - you should be using BRFplus.
Secondly - yes, FKKMAZE will be empty that first time. You can either handle that in event 314 or use a dblookup expression to get the right data.
regards,
bill.
2014 Feb 10 8:33 PM
Renato:
Firstly - are you implementing new function and using BRF? That is not recommended - you should be using BRFplus.
Secondly - yes, FKKMAZE will be empty that first time. You can either handle that in event 314 or use a dblookup expression to get the right data.
regards,
bill.
2014 Feb 11 12:04 PM
Thanks Bill.
We are using BRF because the version is 602.
I will see the event 314.
Regards,
Renato
2014 Feb 11 2:11 PM
That is unfortunate. It is not advisable to implement BRF - the customer would be well advised to upgrade then go to BRFplus.
2014 Feb 17 7:16 PM