Hi,
We are implementing contracts management module in ServiceCenter6.1.1. We have a few contract types, including warranty and maintenance.
In a warranty contract C1, we have a field warranty.cost (the warranty cost). Our objective is to calculate the sum of the warranty cost and the associated maintenance cost (which can be found in another contract C2).
How can we calculate "warranty.cost in C1 + maintenance.cost in C2" and put the result in C1?
If the 2 costs were in the same contract, it would have been easy (warranty.cost in $file + maintenance.cost in $file).
But the problem is that the 2 costs are found in 2 different contracts.
Thanks for anyone who can "put me on track" on how to get this work.


Reply With Quote

Bookmarks