Service - CommerceAccounting Customer

From Izara Wiki
Revision as of 15:22, 21 January 2026 by Sven the Barbarian (talk | contribs) (→‎Object Schemas)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 a Accounting AccountsRecievable account and a link in comAccCustomerAccountsRecievableLink

Working documents

CommerceAccounting Customer