2014 Nov 17 5:22 PM
Hello
I need your help. I have the following problem. In our company we have some customers who we can’t install one device for each customer (technical impossibility). In this situation we have the collective device concept: a devise for N customers. N varies from 2 up to infinity. The price is customizing for one device and the blocks are customized also for one device (one device= 1 customer) (Examples : from 0 to 100 KWH with price1; from 101 to 200 with price2;….. and we a have a price for each block . For our problem, we can also customize prices for 2, 3, 4 … customers but N is unknown. Blocks for N customers who have one device = Blocks for one customer who have one device * N. How can customize the rate billing with keeping the price for one device because it is easy for us to maintain only one price?
Best regards
Said
2014 Nov 18 11:13 AM
Hi Said ,
We have one Variant to adjust block prices based on factor .
You can do it in two ways .
1. If you know no of Devices installed in an installation then maintain that factor in installation fact & use Variant "COMPUT06" in the Rate for that QPRICE .
2. Or if you don't have count of no of devices then Go for Z variant of "COMPUT06" .
In Z variant use default factor as 1 , & inside the Variant code first count no of devices using table EASTL then overwrite this Device count with default input value .
I think this will resolve your query .
2014 Nov 26 8:11 AM