hi all..
i have question
i want to modify how the nav create finance charge memo
is it possible to create finance charge memo per dimension 1?
so we group it per dimension 1
my dimension 1 is Department
so department IT --> 1 finance charge memo
other department will be 1 different finance charge memo
how to do that?
thanks
0
Comments
is there any clue... which portion should i modify or add code?
Are you planning to use different layout for different department value?
We modified the report to get the result.
CouberPu
Current FC memo group by Customer and Currency.
What we need is to group by :
(1) Dimension 1
(2) Customer
(3) Currency.
Cos we cannot combine multiple Dimension in 1 invoice.
so when we create FC memo, it should segregate from these 3 elements
do you mean in table 302 (Finance Charge Memo Header) ?
I have 3.6.
that's it... that what i confused about
i modified codeunit 394 in MakeHeader Function
but still failed
do you have any clue?
Which report ID are we talking about here? 118, 191 or ...
Can you add the shortcut dimension 1 code to your report instead?
Just add it to ReqFilterFields.
CouberPu
if we filter using reqFilterfields then we must produce one by one,right?