For more information, please refer to this announcement explaining best practices for getting answers to questions.
Updating cached value of DBI in fast formula
Summary:
Updating cached value of DBI in fast formula
Content (required):
I am trying to create a skip formula to skip processing for a 'Process Separately' calculation. We have some voluntary deductions being taken from 'Regular' calculation and then again incorrectly from 'Process Separately' calculation when an employee receives a gross-up payment.
I am trying to skip based on the PAYROLL_ACTION_RUN_TYPE_ID DBI value. When reviewing logs, I can see that the process works correctly for the first calculation. However, when the formula is reprocessed for the 'Process Separately' calculation, it is retrieving the original DBI value from the formula cache rather than updating to the new value for the current calculation.