Service - Purchase Line Item Services
Revision as of 13:42, 19 January 2026 by Sven the Barbarian (talk | contribs)
Overview
Handler service for service purchase line items.
Repository
...
Schemas
ObjectSchemas
purchaseLineItemServices
{
"objectType": "purchaseLineItemServices",
"extendObjType": {
"serviceTag": "PurchaseLineItemManager",
"objectType": "purchaseLineItem"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "purchaseLineItemServices",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from purchaseLineItem objType
},
"generatedBy": "userGenerated"
}
Object Relationships
isService
{
isService: {
storageResources: {
myGraph: {
storageType: "graph",
graphServerTag: "GraphHandler"
}
},
links: [
{
storageResourceTags: ["myGraph"],
from: {
objType: {
serviceTag: "PurchaseLineItemisServices",
objectType: "purchaseLineItemisServices"
},
linkType: "many",
},
to: {
objType: {
serviceTag: "ServicesManager",
objectType: "services"
},
linkType: "one"
}
}
]
}
}