Codeunit "ForNAV Aging Calculation"
ID 6188690
Methods
GetAging
procedure GetAging(Rec: Variant, var AgingBuffer: Record "ForNAV Aging Buffer", var Args: Record "ForNAV Aged Accounts Args.")
Parameters
Name |
Type |
Description |
Rec
|
Variant |
|
AgingBuffer
|
Record "ForNAV Aging Buffer" |
|
Args
|
Record "ForNAV Aged Accounts Args." |
|
GetAgingWithCurrency
procedure GetAgingWithCurrency(Rec: Variant, var AgingBuffer: Record "ForNAV Aging Buffer", var CurrAgingBuffer: Record "ForNAV Aging Buffer", var Args: Record "ForNAV Aged Accounts Args.", var TempCurrency: Record Currency temporary)
Parameters
Name |
Type |
Description |
Rec
|
Variant |
|
AgingBuffer
|
Record "ForNAV Aging Buffer" |
|
CurrAgingBuffer
|
Record "ForNAV Aging Buffer" |
|
Args
|
Record "ForNAV Aged Accounts Args." |
|
TempCurrency
|
Record Currency temporary |
|
UpdateCurrencyTotals
procedure UpdateCurrencyTotals(var TempAgingBuffer: Record "ForNAV Aging Buffer", var CurrAgingBuffer: Record "ForNAV Aging Buffer", var TempCurrency: Record Currency temporary)
Parameters
Name |
Type |
Description |
TempAgingBuffer
|
Record "ForNAV Aging Buffer" |
|
CurrAgingBuffer
|
Record "ForNAV Aging Buffer" |
|
TempCurrency
|
Record Currency temporary |
|
GetCurrencyCode
procedure GetCurrencyCode(Value: Code[10]): Code[10]
Parameters
Name |
Type |
Description |
Value
|
Code[10] |
|
Returns
Type |
Description |
Code[10] |
|
MoveValuesToPeriod
procedure MoveValuesToPeriod(var AgingBuffer: Record "ForNAV Aging Buffer", PeriodIndex: Integer)
Parameters
Name |
Type |
Description |
AgingBuffer
|
Record "ForNAV Aging Buffer" |
|
PeriodIndex
|
Integer |
|
See also