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",
generatedBy: "userGenerated",
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccOtherPurchaseItemLink",
}
},
fieldNames: {
// businessId
// organizationId
// otherPurchaseItemId
// accountLinkTag // type of link: purchaseLineItem|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "organizationId", "otherPurchaseItemId"],
name: "comAccLinkOthPurId",
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
comAccOtherPurchaseItemTypeLink
{
objectType: "comAccOtherPurchaseItemTypeLink",
generatedBy: "userGenerated",
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccOtherPurchaseItemTypeLink",
}
},
fieldNames: {
// businessId
// organizationId
// otherPurchaseItemType // standard
// accountLinkTag // type of link: purchaseLineItem|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "organizationId", "otherPurchaseItemType"],
name: "comAccLinkOthPurTypId",
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
Relationships
...
flowSchemas
...