Service - Supply Location Standard: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(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 },...")
 
No edit summary
 
Line 5: Line 5:
= Repository =
= Repository =


https://bitbucket.org/izara-supply-stages/izara-supply-...
https://bitbucket.org/izara-supply-supply-locations/izara-supply-supply-locations-supply-location-standard


= objectSchemas =  
= objectSchemas =  

Latest revision as of 01:34, 17 February 2025

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