Service - Supply Location Standard
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 },...")
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
]
},