RobDessureault
Contributor II

The following has been taken from the Tax Provision Blueprint "Instruction Guide" starting at page 103.

See KB article: "Tax Provision Blueprint Instruction Guide - PV7.3.0 SV100"

TXP_BusinessRules

This is the main file that contains most of the Tax Provision Blueprint calculations. It is a large file with many things going on. Below is an overview of the layout of this file.

There are two Function Types that Tax Provision Blueprint currently uses: ConditionalInput and Calculate.

RobDessureault_0-1708018526746.png

The TXP_Calculate section is where all the rules are contained. The first thing that the rule looks for is if the entity has a Text 8 value. If it is blank or empty, then the rule execution stops.

 

RobDessureault_1-1708018541481.png
 
RobDessureault_2-1708018549770.png

The TXPCalculationSession is located at the bottom of the file.

After the Entity Text 8 check, the order of the calculation goes according to the schedules. Here is the order that each schedule is called.

If you need to prevent a section from executing (for troubleshooting purposes…), you can simply comment out the desired row.

RobDessureault_3-1708018574795.png

 

Version history
Last update:
‎02-15-2024 12:37 PM
Updated by:
Contributors