Service - CommerceAccounting Customer: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Overview = Connects each customer to their Accounting accounts, such as accountsReceivable = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccCustomerAccountsRecievableLink", canDelete: false, belongTo: { serviceTag: "User", objectType: "user" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccCustom...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 15: | Line 15: | ||
canDelete: false, | canDelete: false, | ||
belongTo: { | belongTo: { | ||
serviceTag: " | serviceTag: "ComAccLink", | ||
objectType: " | objectType: "comAccLink" | ||
}, | }, | ||
addOnDataStructure: [], | addOnDataStructure: [], | ||
| Line 45: | Line 45: | ||
== customerCreated == | == customerCreated == | ||
* creates | * creates an Accounting AccountsRecievable account and a link in comAccCustomerAccountsRecievableLink | ||
= Working documents = | = Working documents = | ||
Latest revision as of 10:08, 22 February 2026
Overview
Connects each customer to their Accounting accounts, such as accountsReceivable
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
{
objectType: "comAccCustomerAccountsRecievableLink",
canDelete: false,
belongTo: {
serviceTag: "ComAccLink",
objectType: "comAccLink"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccCustomerAccountsRecievableLink",
}
},
fieldNames: {
// probably have two dynamo tables, one identified by customerId, one by accountId
},
identifiers: [
{
// see above note
}
]
}
Relationships
...
flowSchemas
customerCreated
- creates an Accounting AccountsRecievable account and a link in comAccCustomerAccountsRecievableLink