Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fills maps with values of corrected purchase book tables and corrected periods.
Syntax
client server public static void getSalesBookPeriodMaps(
[Map _mapPeriodBooks,
Map _mapBookPeriod,
RefRecId _bookRecId,
FromDate _fromDate,
ToDate _toDate])
Run On
Called
Parameters
- _mapPeriodBooks
Type: Map Class
A map that holds the relationships between periods and books.
- _mapBookPeriod
Type: Map Class
A map that holds the relationships between books and periods.
- _bookRecId
Type: RefRecId Extended Data Type
The source book record ID.
- _fromDate
Type: FromDate Extended Data Type
The start date of the correction period.
- _toDate
Type: ToDate Extended Data Type
The end date of the correction period.