Hi there
We are using BPC 10 NW SP13 Patch 4 and i have created a simple account based calculation business rule but it not working.
The business rule is just taking one figure and putting it into another account (so very simple), no other options are filled out on the account based calculation sheet - just one account in the Source Account box and one account in the destination account box.
the script used to run it is called CALCACCOUNT.LGF and I have used the CALCACCCOUNT package to run the script. The business rule is called "ROLL".
the script is as follows
*RUN_PROGRAM CALC_ACCOUNT
CATEGORY = %CATEGORY_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %TIME_SET%
CALC=ROLL
OTHER=[ENTITY=%PROFITCENTRE_SET%]
*ENDRUN_PROGRAM
The script runs and processes correctly but says 0 submitted, 0 success 0 fail even though there is data there for the calculation to be preformed
any idea why it is not working?
Any help is much appreciated