Finance - TXP_BusinessRules
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.
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.
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.