Administration > Costing Administration > Costing Property Settings > Defining Who Can Recalculate Cost Sheets
  
Defining Who Can Recalculate Cost Sheets
You can specify those groups within the system who are allowed to recalculate cost sheets. The recalculation ability is not available to users who do not belong to the specified group. The basic form of the property setting to control which groups can recalculate cost sheets is:
com.lcs.wc.sourcing.refreshCostSheetGroups=<value>
Out-of-the-Box
By default, only members of the Administrators group can recalculate cost sheets. Users who do not belong to this group do not have the recalculation options for selection. The value for the out-of-the-box property setting is Administrators.
com.lcs.wc.sourcing.refreshCostSheetGroups=Administrators
Configuration
To specify a different group whose members can recalculate cost sheets, enter a different group name as the value of the property setting.
com.lcs.wc.sourcing.refreshCostSheetGroups=Purchasing
This property setting only allows those users who belong to the Purchasing group to recalculate cost sheets. Users who do not belong to this group are unable to recalculate cost sheets.
Entering a different value for this property setting disables access to the recalculation functionality by the Administrators group. You can grant access to the recalculation options to multiple groups. Enter each group name as the property setting value, separated by a comma.
To allow both the Administrators group and the Purchasing group to recalculate cost sheets, the property setting value would be:
Administrators,Purchasing
A property setting to allow members of both the Administrators group and Purchasing group to recalculate cost sheets would be entered as follows:
com.lcs.wc.sourcing.refreshCostSheetGroups=Administrators,Purchasing