Service - Inventory Location Standard
Revision as of 06:50, 2 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Standard location type for inventory = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === inventoryLocationStandard === <syntaxhighlight lang="JavaScript"> { objectType: "inventoryLocationStandard", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" }...")
Overview
Standard location type for inventory
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
objType
inventoryLocationStandard
{
objectType: "inventoryLocationStandard",
canDelete: false,
belongTo: {
serviceTag: "user",
objectType: "user"
},
addOnDataStructure: [],
storageResources: {
myGraph: {
storageType: "graph",
graphServerTag: "GraphHandler"
}
},
fieldNames: {
// from inventoryLocation
},
identifiers: [
{
type: "inventoryLocationId",
fieldName: "inventoryId"
}
]
}