Is Tax Provision Compatible with Version 8 (v8)?
The most currently release of Tax Provision Blueprint (PV7.3.0 SV100) is compatible with version 8 (v8).
Tax Provision releases prior to PV7.3.0 SV100 (PV6.2.0 SV300):
Release PV6.2.2 SV300 is not compatible with version 8 (v8).
Based on our testing, prior releases would only need a minor tweak in your business rules (BR's) where you reference a "Literal Parameter".
You would first need to upgrade your OneStream platform to version 8. From there, you will need to compile all your business rules (BR's).
A list of error messages will be generated. For Tax Provision, you should get the following "Warning" message:
CASE 1:
As long as when you upgraded your OneStream platform to version 8, you let the Tax Provision Dashboard default to the following location: Workspace / Default / Maintenance Units / XFW Tax Provision (TXP)
The fix is to replace all the "old" references to get a literal parameter as follows:
CASE 2:
If you are using a non-default workspace, the DashboardExtenderArgs has a property to get the workspace, for example using it like this:
The syntax would be as follows:
And if I write the "TestWorkspace" to the error log, I get the correct literal parameter:
Note: If you have made additional customized enhancements to a prior release of Tax Provision, there may be other changes that are required to be v8 compatible.