Service - Supply Location Standard

From Izara Wiki
Revision as of 12:38, 16 February 2025 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for configuring a standard supply location. = Repository = https://bitbucket.org/izara-supply-stages/izara-supply-... = objectSchemas = <syntaxhighlight lang="JavaScript"> { objectType: "supplyLocationStandard", extendObjType: { serviceTag: "supplyLocationManager", objectType: "supplyLocation", }, storageResources:{ "xxx":{ storageType: "graph", graphServerTag: "xx", } }, fieldNames: { // from stage objectType },...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Handler service for configuring a standard supply location.

Repository

https://bitbucket.org/izara-supply-stages/izara-supply-...

objectSchemas

{
	objectType: "supplyLocationStandard",
	extendObjType: {
		serviceTag: "supplyLocationManager",
		objectType: "supplyLocation",
	},
	storageResources:{
		"xxx":{
			storageType: "graph",
			graphServerTag: "xx",
		}
	},
	fieldNames: {
		// from stage objectType
	},
	identifiers: [
		// from stage objectType
	]
},

Working documents

Supply Location Standard