Hi,
I am just getting into this, so this is probably basic for a lot of you, but please let me know how I can do this in script logic.
Below is my XDIM_MEMBERSET:
*XDIM_MEMBERSET REVACCT = RENEWAL_ACV, RNW_CHURN_RT,AVG_CNTRCT_LENGTH_RENEWALS
If the value of account AVG_CNTRCT_LENGTH_RENEWALS = 25
and
RENEWAL_ACV = $100.00, then I will need to send out 3 annual bills; however, the third bill will only be for 1 month of ACV since there is only 1 month in the third year before the contract ends.
The first two bills (BILL_1 AND BILL_2) will be $100.00 and the third bill (BILL_3) will be $100.00/12 = $8.33.
I need this code to be flexible, so in case the AVG_CNTRCT_LENGTH_RENEWALS = 50.
Then I will have 4 bills at $100.00 and a fifth bill for 2 months.
Thanks!