Service - Freight In Manager

From Izara Wiki
Jump to navigation Jump to search

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"
		}
    ]
}

RelationshipSchemas

flowSchemas

Working documents

Freight In Manager