Update Fast Formulas for Template Generated Elements

You may need to reconfigure your fast formulas for your template generated elements for a seamless integration with the Redwood Earnings and Deductions page. This will update the existing template-generated elements for Court Orders, Student Loans, and Postgraduate Loans.

The Auto Indirect fast formula is updated to correctly return RESET_DIR_CARD_COMP_ID, ensuring proper reset handling for the calculations when using the new Earnings and Deductions page.
Note: There's no impact if you haven’t yet taken up the Redwood page for Earnings & Deductions. Ensure that you make the fast formula changes only after the upgrade process is complete.
Navigation: My Client Groups > Show More > Fast Formulas
  1. Select the appropriate LDG for the UK.
  2. Identify impacted Court Order, Student Loan, and Postgraduate Loan elements.
  3. Open the corresponding _INVDED_AUTO_INDIRECT fast formula.
  4. Apply the changes mentioned below for court orders, student loans and postgraduate loans, as required.
  5. Save your changes and recompile the formula.

    Formula Naming Convention: <ELEMENT NAME> || '_INVDED_AUTO_INDIRECT'.

    Example: Attachment of Earnings Fine_INVDED_AUTO_INDIRECT

    Here are the recommended changes for Student Loan and Postgraduate Loan elements:

    • Add a_ret_comp_id = EMPTY_NUMBER_NUMBER after a_ret_cpe_id = EMPTY_NUMBER_NUMBER
    • Add a_ret_comp_id[i_cnt] = l_comp_id after a_ret_cpe_id[i_cnt] = i_card_id
    • Add “RESET_DIR_CARD_COMP_ID” = a_ret_comp_id after ' 'TAX_UNIT_ID'' = a_ret_tu_id
    • Replace return ''CALC_BREAKDOWN_ID'',''DEDUCTION_CARD_ID'', ''TAX_UNIT_ID'' with return ''CALC_BREAKDOWN_ID'',''DEDUCTION_CARD_ID'', ''TAX_UNIT_ID'',''RESET_DIR_CARD_COMP_ID''

    Here are the recommended changes for Other Court Order Types:

    • Add a_ret_comp_id = EMPTY_NUMBER_NUMBER after a_ret_cb_id = EMPTY_NUMBER_NUMBER
    • Add a_ret_comp_id[i_cnt] = l_comp_id after a_ret_cb_id[i_cnt] = i_cb_id
    • Add “RESET_DIR_CARD_COMP_ID” = a_ret_comp_id after ''TAX_UNIT_ID'' = a_ret_tu_id
    • Replace return ''CALC_BREAKDOWN_ID'',''REFERENCE_CODE'', ''TAX_UNIT_ID'' with return ''CALC_BREAKDOWN_ID'',''REFERENCE_CODE'', ''TAX_UNIT_ID'', ''RESET_DIR_CARD_COMP_ID''

Results:

After you recompile your formula, the historic information for court orders, student loans, and postgraduate loans will be visible on the Redwood Earnings and Deductions page from this point onward.