Service - Supply Location Standard

From Izara Wiki
Revision as of 01:34, 17 February 2025 by Sven the Barbarian (talk | contribs)
(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-supply-locations/izara-supply-supply-locations-supply-location-standard

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