the cost center 123 has the following property and value
property name CC_PER CC1 CC1_PER CC2 CC2_PER
value 80 456 60 789 40
CC_per contains the percentage of value to be allocated out.
CC1 contains the id of target CC to be allocated to
CC1_PER contains the percentage of value to be allocated to CC1
CC2 contains the id of target CC to be allocated to
CC2_PER contains the percentage of value to be allocated to CC2.
So here what we need to achieve is to allocate 80% of CC123 out.
60% of which go to 456 40% of which go to 789..
How to use runallocation standard function to achieve this? although I can write a customized script for the same.
Edited by: Jianbai on Oct 25, 2010 10:35 PM