Service - Inventory Location Standard: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 18: Line 18:
{
{
objectType: "inventoryLocationStandard",
objectType: "inventoryLocationStandard",
canDelete: false,
extendObjType: {
belongTo: {  
"serviceTag": "inventoryLocationManager",
serviceTag: "Business",
"objectType": "inventoryLocation"
objectType: "business"
},
},
addOnDataStructure: [],
storageResources: {
storageResources: {
myGraph: {
myGraph: {
Line 30: Line 28:
}
}
     },
     },
    addOnDataStructure: [],
     fieldNames: {
     fieldNames: {
// from inventoryLocation
// from inventoryLocation
     },
     },
    identifiers: [
{
type: "inventoryLocationId",
fieldName: "inventoryId"
}
    ]
}
}
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 12:16, 14 March 2026

Overview

Standard location type for inventory

Repository

...


Object Schemas

Additional Information
Per Service Schemas

objType

inventoryLocationStandard

{
	objectType: "inventoryLocationStandard",
	extendObjType: {
		"serviceTag": "inventoryLocationManager",
		"objectType": "inventoryLocation"
	},
	storageResources: {
		myGraph: {
			storageType: "graph",
			graphServerTag: "GraphHandler"
		}
    },
    addOnDataStructure: [],
    fieldNames: {
		// from inventoryLocation
    },
}

Working documents

Inventory Location Standard