Service - CommerceAccounting Other Purchase Item
Revision as of 23:15, 15 April 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Links Other Purchase Item objects to Accounting structures. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == comAccOtherPurchaseItemLink == <syntaxhighlight lang="JavaScript"> { objectType: "comAccOtherPurchaseItemLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLinkByBusiness" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB",...")
Overview
Links Other Purchase Item objects to Accounting structures.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
comAccOtherPurchaseItemLink
{
objectType: "comAccOtherPurchaseItemLink",
canDelete: false,
belongTo: {
serviceTag: "ComAccLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccOtherPurchaseItemLink",
}
},
fieldNames: {
// businessId
// otherPurchaseItemId
// accountlinkTag // type of link: expenseEntry|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId","otherPurchaseItemId"],
},
{
type: "sortKey",
fieldName: "accountlinkTag"
},
]
}
comAccOtherPurchaseItemTypeLink
{
objectType: "comAccOtherPurchaseItemTypeLink",
canDelete: false,
belongTo: {
serviceTag: "ComAccLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccOtherPurchaseItemTypeLink",
}
"graph": {}
},
fieldNames: {
// businessId
// otherPurchaseItemType // standard
// accountlinkTag // type of link: expenseEntry|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "otherPurchaseItemType"],
},
{
type: "sortKey",
fieldName: "accountlinkTag"
},
]
}
Relationships
...
flowSchemas
...