reduceSummary.dateCreated
Property Description |
The time and day when reduce(reduceContext) began running. |
Type |
Date |
Since |
2015.2 |
Syntax
The following code snippet shows the syntax for this member. It's not a functional example. For a complete script example, see SuiteScript 2.x Map/Reduce Script Code Samples.
...
log.audit(' Creation Date', summary.reduceSummary.dateCreated);
...