RPSExportDateRange_BR::insertDateRange Method
Creates a date range for the RPS file exporting process, with the given from and to dates.
Syntax
client server public static void insertDateRange(FromDate _fromDate, ToDate _toDate)
Run On
Called
Parameters
- _fromDate
Type: FromDate Extended Data Type
The starting date of the range.
- _toDate
Type: ToDate Extended Data Type
The ending date of the range.
Exceptions
Exception | Condition |
---|---|
Error | Another export is already running. |