ERP Fusion Cloud Cost Rollup Process using OIC via API's
Cost Rollup
- It is a process of adding all the cost of the underlying materials to obtain the total manufacturing cost per unit.
- Using OIC, for this cost rollup, we have to first create the cost scenarios with the item numbers added into the same and then using the ERP ESS Scheduled job, we need to pass the Scenario Number to sum the costs i.e. Cost Rollup.
- Below is the Payload for creating multiple cost scenario's with the item numbers added into it.
{
"parts" : [
{
"id" : "part1",
"path" : "/costScenarios",
"operation" : "create",
"payload" :
{
"ScenarioNumber": "TEST3",
"CostOrgName": "Orgname",
"CostBookCode": "FQUI_US_HOL_PCB",
"EffectiveStartDate": "2023-12-05",
"ExplosionSequence": "PCN",
"ExplosionBasis": "TOP_DOWN",
"RollupScope": "SELECTED_ITEMS",
"WorkDefName": "Main",
"WorkDefinitionCriteriaDetails": [
{
"ItemNumber": "100099584"
}
]
}
},
{
"id" : "part2",
"path" : "/costScenarios",
"operation" : "create",
"payload" :
{
"ScenarioNumber": "TEST4",
"CostOrgName": "Orgname",
"CostBookCode": "FQUI_US_HOL_PCB",
"EffectiveStartDate": "2023-12-05",
"ExplosionSequence": "PCN",
"ExplosionBasis": "TOP_DOWN",
"RollupScope": "SELECTED_ITEMS",
"WorkDefName": "Engineering and Pricing and Catalog Item
Cost",
"WorkDefinitionCriteriaDetails": [
{
"ItemNumber": "100099567"
}
]
}
}
]
}
Services that assist companies in assessing and utilizing their ERP software. You can also check out about erp solutions for small business here.
ReplyDelete