RobDessureault
Contributor II

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).

RobDessureault_0-1705949241222.png

A list of error messages will be generated. For Tax Provision, you should get the following "Warning" message:

RobDessureault_1-1705949444748.jpeg

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)

RobDessureault_2-1705949692719.png

The fix is to replace all the "old" references to get a literal parameter as follows:

RobDessureault_4-1705949839799.png
 
RobDessureault_0-1705950381653.png
 
RobDessureault_1-1705951601767.jpeg
 
RobDessureault_0-1705951572278.jpeg
The default workspace is just an empty Guid, so if you aren't using a custom workspace, Guid.Empty should work as the 3rd parameter while keeping everything else the same.
 

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:

BRApi.Dashboards.Parameters.GetLiteralParameterValue(si, false, args.PrimaryDashboard.WorkspaceID, "[YOUR DASHBOARD PARAMETER NAME GOES HERE]")
 
Example:
I want to get the literal parameter that is stored in a "non" Default Workspace.
 
Note: The BR syntax that we are using below is only available starting in version 7.4.0
 
RobDessureault_1-1714683431825.png

 

RobDessureault_1-1714684068356.png

The syntax would be as follows:

RobDessureault_0-1714684553908.png

And if I write the "TestWorkspace" to the error log, I get the correct literal parameter:

RobDessureault_2-1714684338016.png
 
 
There will be several of these cases throughout all the business rule (BR) files.

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.

 

Version history
Last update:
3 weeks ago
Updated by: