Service - Work In Progress Labor
Revision as of 14:42, 21 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for labor used for work in progress. = Repository = ... = Schemas = ==ObjectSchemas== === workInProgressLabor=== <syntaxhighlight lang="JavaScript"> { "objectType": "workInProgressLabor", "extendObjType": { "serviceTag": "WorkInProgressManager", "objectType": "workInProgress" }, "storageResources": { // from workInProgress objType }, "addOnDataStructure": [], "fieldNames": { // from workInProgress objType }...")
Overview
Handler service for labor used for work in progress.
Repository
...
Schemas
ObjectSchemas
workInProgressLabor
{
"objectType": "workInProgressLabor",
"extendObjType": {
"serviceTag": "WorkInProgressManager",
"objectType": "workInProgress"
},
"storageResources": {
// from workInProgress objType
},
"addOnDataStructure": [],
"fieldNames": {
// from workInProgress objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...