Service - CommerceAccounting Vendor
Revision as of 13:24, 11 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Connects each vendor to their Accounting accounts, such as accountsPayable = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccVendorAccountsPayableLink", canDelete: false, belongTo: { serviceTag: "User", objectType: "user" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccVendorAccountsPa...")
Overview
Connects each vendor to their Accounting accounts, such as accountsPayable
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
{
objectType: "comAccVendorAccountsPayableLink",
canDelete: false,
belongTo: {
serviceTag: "User",
objectType: "user"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccVendorAccountsPayableLink",
}
},
fieldNames: {
// probably have two dynamo tables, one identified by vendorId, one by accountId
},
identifiers: [
{
// see above note
}
]
}
Relationships
...
flowSchemas
vendorCreated
- creates a Accounting AccountsPayable account and a link in comAccVendorAccountsPayableLink