function returns logical
Description
Function that is used to determine whether or not the current row from the financial table should be processed and assigned to MFG/PRO or not.
Parameters
ihFinancialDataBuffer | input | handle | |
Internal usage
QadFinancials
program code (program1/bmfgglcalendar.p)
if ihFinancialDataBuffer:buffer-field('GLCalendarTypeCode':U):buffer-value = {&PERIODTYPECODE-NORMAL}
then assign vlProcessRow = true.
else vlProcessRow = false.
return vlProcessRow.