Hey Guys,
I have a job to do. My task is to add some quote lines in quote entity record where every quote line should be a different type of custom entity. e.g. I need three type of custom entities similar to quote line where there are different attributes and in every entity, there will be associated line items. So lets say we have three custom entities A,B and C. The calculation of amount will be done from these entities. Every entity has a different way of calculating cost. e.g. one entity will be similar to products where we fetch products and calculate amount on the basis of quantity and some multiplication factor attribute, the other entity could be resources who have some fixed/day cost and cost on holidays/weekend. based on that, after adding all resources, the total amount will be calcualted. lastly, the third entity could like miscellaneous services which are predefined somewhere and based on their usage, cost will be calculated. e.g. of service could be parking charge, delivery charge etc.
So my question is that can i bypass the quote line entity and create my own custom entities to calculate cost. If yes, then where would i have to be cautious.
Thanks
*This post is locked for comments