Service - Inventory Location Standard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
{ | { | ||
objectType: "inventoryLocationStandard", | objectType: "inventoryLocationStandard", | ||
extendObjType: { | |||
"serviceTag": "inventoryLocationManager", | |||
serviceTag: " | "objectType": "inventoryLocation" | ||
objectType: " | |||
}, | }, | ||
storageResources: { | storageResources: { | ||
myGraph: { | myGraph: { | ||
| Line 30: | Line 28: | ||
} | } | ||
}, | }, | ||
addOnDataStructure: [], | |||
fieldNames: { | fieldNames: { | ||
// from inventoryLocation | // from inventoryLocation | ||
}, | }, | ||
} | } | ||
</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
},
}