2.3.1
If web workbench is being updated from V3 to V4 the following script should be run against the Workbench database to refresh the reporting predicates to the latest version:
update ReportTypes set PredicateXML = StdPredicateXML where StdPredicateXML is not null and cast(StdPredicateXML as varchar(max)) != ''; |
---|
This release includes the following changes:
- Fixed the install process that was throwing errors during the install (DR-908).
- Fixed predicate issues around including sub jobs on Job Summary/Job Activities Cost and Estimate Reports.
- Fixed formatting issues on AR Invoice reports.