2011 Apr 08 2:19 PM
Hi,
I have a requirement where the amount to valuate the quantity for each customer can be different. If the customer is generating power, the credit that he gets paid is dependent on the contract price which was agreed at the time of signing up the contract. And this contract price can be different for each customer.
In order to meet this we thought of using contract price as installation fact but I am not comfortable in having this sensitive information on the installation facts.
Can you please advise if there's any better solution or workaround for this issue?
Thanks,
Sachin
2011 Apr 08 4:21 PM
You are right. To address individual customers need, you should maintain data/prices as installation fact.This is a common standard process.
You can restrict user access to change installation facts. Or you can do few customization to control it(which is not highly reconmended).
Mainatin a custom table/transaction to store contracts and relevant prices which can be maintained by restricted business user. During billing, u need custome variant to read these data to use in billing calculation.
Regards,
Sanjoy