Service - Supply Location Standard: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
},
},
fieldNames: {
fieldNames: {
// from stage objectType
// from supplyLocation objectType
},
},
identifiers: [
identifiers: [
// from stage objectType
// from supplyLocation objectType
]
]
},
},

Revision as of 09:34, 20 July 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 supplyLocation objectType
	},
	identifiers: [
		// from supplyLocation objectType
	]
},

Working documents

Supply Location Standard