Create custom labor costs and map them to sys_id
Create and map custom labor costs to sys_id to generate labor costs based on the relevant expenses.
Before you begin
Role required: admin
About this task
Consider you removed the out-of-box cost types and created the following two labor cost types:
- Internal Workforce Capital Expenditure (to replace Labor Capex)
- Contractor Operational Expense (to replace External Labor Opex)
Once these new cost types are created, the system automatically assigns them unique sys_ids. These sys_ids are not same as the deleted defaults.
To ensure the system continues to recognize these new cost types for workflows, reporting, or calculations, you must manually updated in the sn_plng_att_core.labor_costtype_sysid_mapping system property with the new sys_ids.
Omitting this update may result in system errors or incomplete data processing in cost-related operations.
Procedure
Mappings of default out of box labor costs with their sys_id
{
"labor_capex": "3d16eaf79330120064f572edb67ffb04",
"labor_opex": "5b26eaf79330120064f572edb67ffb39",
"external_labor_capex": "ed36eaf79330120064f572edb67ffb41",
"external_labor_opex": "7b36eaf79330120064f572edb67ffb58"
}