Service - Other Purchase Item Standard
Revision as of 22:50, 15 April 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for a standard other purchase line item types. = Repository = ... = Schemas = == ObjectSchemas == === otherPurchaseItemStandard === <syntaxhighlight lang="JavaScript"> { "objectType": "otherPurchaseItemStandard", "extendObjType": { "serviceTag": "OtherPurchaseItemManager", "objectType": "otherPurchaseItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" }...")
Overview
Handler service for a standard other purchase line item types.
Repository
...
Schemas
ObjectSchemas
otherPurchaseItemStandard
{
"objectType": "otherPurchaseItemStandard",
"extendObjType": {
"serviceTag": "OtherPurchaseItemManager",
"objectType": "otherPurchaseItem"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
},
"addOnDataStructure": [],
"fieldNames": {
// from otherPurchaseItem objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...