Service - Other Purchase Item Manager

From Izara Wiki
Revision as of 22:49, 15 April 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Manager service for other Purchase Line Item types. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === otherPurchaseItem === <syntaxhighlight lang="JavaScript"> { objectType: "otherPurchaseItem", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Manager service for other Purchase Line Item types.

Repository

....

Object Schemas

Additional Information
Per Service Schemas

objType

otherPurchaseItem

{
	objectType: "otherPurchaseItem",
	canDelete: false,
	belongTo: { 
		serviceTag: "Business",
		objectType: "business"
	},
	addOnDataStructure: [],
	storageResources: {
		myGraph: {
			storageType: "graph",
			graphServerTag: "GraphHandler"
		}
    },
    fieldNames: {
		otherPurchaseItemId: {
			type: "string",
			randomOnCreate: true,
			storageResourceTags: ['myGraph']
		},
    },
    identifiers: [
		{
			type: "identifier",
			fieldName: "otherPurchaseItemId"
		}
    ]
}

RelationshipSchemas

flowSchemas

Working documents

Other Purchase Item