Service - Purchase Line Item Other: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
Handler service for other purchase line items. | 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 = | = Repository = | ||
Latest revision as of 13:24, 15 April 2026
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
...