Service - Inventory Location Standard: Difference between revisions
Jump to navigation
Jump to search
(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" }...") |
No edit summary |
||
| Line 20: | Line 20: | ||
canDelete: false, | canDelete: false, | ||
belongTo: { | belongTo: { | ||
serviceTag: " | serviceTag: "Business", | ||
objectType: " | objectType: "business" | ||
}, | }, | ||
addOnDataStructure: [], | addOnDataStructure: [], | ||
Latest revision as of 01:17, 5 January 2026
Overview
Standard location type for inventory
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
objType
inventoryLocationStandard
{
objectType: "inventoryLocationStandard",
canDelete: false,
belongTo: {
serviceTag: "Business",
objectType: "business"
},
addOnDataStructure: [],
storageResources: {
myGraph: {
storageType: "graph",
graphServerTag: "GraphHandler"
}
},
fieldNames: {
// from inventoryLocation
},
identifiers: [
{
type: "inventoryLocationId",
fieldName: "inventoryId"
}
]
}