Service - Purchase Line Item Other: Difference between revisions
Jump to navigation
Jump to search
m (Sven the Barbarian moved page Service - Purchase Line Other Charge to Service - Purchase Line Item Other: correction) |
No edit summary |
||
| Line 11: | Line 11: | ||
==ObjectSchemas== | ==ObjectSchemas== | ||
=== | === purchaseLineItemOther === | ||
<syntaxhighlight lang="JavaScript"> | <syntaxhighlight lang="JavaScript"> | ||
{ | { | ||
"objectType": " | "objectType": "purchaseLineItemOther", | ||
"extendObjType": { | "extendObjType": { | ||
"serviceTag": "PurchaseLineItemManager", | "serviceTag": "PurchaseLineItemManager", | ||
| Line 27: | Line 27: | ||
"dynamo": { | "dynamo": { | ||
"storageType": "dynamoDB", | "storageType": "dynamoDB", | ||
"tableName": " | "tableName": "purchaseLineItemOther", | ||
} | } | ||
}, | }, | ||
| Line 44: | Line 44: | ||
= Working documents = | = Working documents = | ||
[[:Category:Working_documents - Purchase Line Item Other | [[:Category:Working_documents - Purchase Line Item Other| Purchase Line Item Other]] | ||
[[Category:Backend services| Purchase Line Item Other | [[Category:Backend services| Purchase Line Item Other]] | ||
Latest revision as of 09:01, 21 March 2026
Overview
Handler service for other purchase line items.
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
...