Service - Freight In Manager
Revision as of 22:45, 15 April 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Manager service for different Freight In types. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === freightIn === <syntaxhighlight lang="JavaScript"> { objectType: "freightIn", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, f...")
Overview
Manager service for different Freight In types.
Repository
....
Object Schemas
- Additional Information
- Per Service Schemas
objType
freightIn
{
objectType: "freightIn",
canDelete: false,
belongTo: {
serviceTag: "Business",
objectType: "business"
},
addOnDataStructure: [],
storageResources: {
myGraph: {
storageType: "graph",
graphServerTag: "GraphHandler"
}
},
fieldNames: {
freightInId: {
type: "string",
randomOnCreate: true,
storageResourceTags: ['myGraph']
},
},
identifiers: [
{
type: "identifier",
fieldName: "freightInId"
}
]
}