Service - Supply Location Standard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 23: | Line 23: | ||
}, | }, | ||
fieldNames: { | fieldNames: { | ||
// from | // from supplyLocation objectType | ||
}, | }, | ||
identifiers: [ | identifiers: [ | ||
// from | // from supplyLocation objectType | ||
] | ] | ||
}, | }, | ||
Revision as of 09:34, 20 July 2025
Overview
Handler service for configuring a standard supply location.
Repository
objectSchemas
{
objectType: "supplyLocationStandard",
extendObjType: {
serviceTag: "supplyLocationManager",
objectType: "supplyLocation",
},
storageResources:{
"xxx":{
storageType: "graph",
graphServerTag: "xx",
}
},
fieldNames: {
// from supplyLocation objectType
},
identifiers: [
// from supplyLocation objectType
]
},