Article Details
Id: | 11227 |
Product: | finPOWER Connect |
Type: | FIX |
Version: | 2.00.00 |
Opened: | 12/07/2013 |
Closed: | 12/07/2013 |
Released: | 04/10/2013 |
Job: | J011824 |
Account Processes; "OverdueRulesPre" script is now passed in the "Process To" date
The "OverdueRulesPre" script used in Account Processes is now passed the "Process To" date.
The ContextData1 parameter will include this value. To use add the following line to code.
ProcessToDate = CDate(contextData1)
Note, the "Paste template Script code" option includes this change.