Share via


SalesBook_AddList_Launcher_RU::getSalesBookPeriodMaps Method [AX 2012]

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.

See Also

Reference

SalesBook_AddList_Launcher_RU Class