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.
Processes the data for the sales performance client report.
Syntax
server public static RetailSalesPerformanceTemp processClientReport(
    TransDate _fromDate1, 
    TransDate _toDate1, 
    TransDate _fromDate2, 
    TransDate _toDate2, 
    int _noOfStores)
Run On
Server
Parameters
- _fromDate1
 Type: TransDate Extended Data Type
 A first starting period
- _toDate1
 Type: TransDate Extended Data Type
 A first ending period
- _fromDate2
 Type: TransDate Extended Data Type
 A second starting period
- _toDate2
 Type: TransDate Extended Data Type
 A second ending period
- _noOfStores
 Type: int
 The number of stores for which the report is to be run.
Return Value
Type: RetailSalesPerformanceTemp Table
A RetailSalesPerformanceTemp record.