Service - CommerceAccounting Other Purchase Item
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
...