Service - Inventory Location Standard: Difference between revisions

From Izara Wiki
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: "user",
serviceTag: "Business",
objectType: "user"
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"
		}
    ]
}

Working documents

Inventory Location Standard