Service - Inventory Raw Material
Overview
Handler service for standard raw material inventory type.
Repository
...
Schemas
ObjectSchemas
inventoryRawMaterial
{
"objectType": "inventoryRawMaterial",
"extendObjType": {
"serviceTag": "InventoryManager",
"objectType": "inventory"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "inventoryRawMaterial",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...