Administration > Costing Administration > Costing Property Settings > Specifying Which Cost Sheets to Recalculate
  
Specifying Which Cost Sheets to Recalculate
Authorized users can recalculate cost sheets from the line sheet by selecting Recalculate Costs from the Actions menu. A property setting controls which objects are recalculated when this option is selected. The value of the property setting is a numerical value, measured in milliseconds, representing a quantity of time that the system tests against.
The last modified time of seasonal objects is checked against the property setting value, and if that time falls within the numerical value of the property setting, the seasonal object is recalculated. If the last modified time falls outside of the numerical value, the seasonal object is not recalculated.
The basic form of this property setting is:
com.lcs.wc.season.RefreshCosts.costRecalcTime=<value>
Out-of-the-Box
By default, the value for this property setting is 0 (zero). The system automatically updates all seasonal objects, as the quantity of time to test against is zero.
com.lcs.wc.season.RefreshCosts.costRecalcTime=0
Configuration
You can specify a different quantity of time, in milliseconds, by entering a different numerical value, such as 10.
com.lcs.wc.season.RefreshCosts.costRecalcTime=10
This property setting tells the system to recalculate only those seasonal objects that have been modified in the past 10 milliseconds. Any modified objects that fall outside of this time period are not recalculated.