Service - Purchase Line Item Other
Revision as of 13:24, 15 April 2026 by Sven the Barbarian (talk | contribs)
Overview
Handler service for other purchase line items.
- probably need a service that defines each type of other line item, this can be used to link to Accounting accountId
Repository
...
Schemas
ObjectSchemas
purchaseLineItemOther
{
"objectType": "purchaseLineItemOther",
"extendObjType": {
"serviceTag": "PurchaseLineItemManager",
"objectType": "purchaseLineItem"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "purchaseLineItemOther",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from purchaseLineItem objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...