Service - CommerceAccounting Customer: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
 
Line 45: Line 45:
== customerCreated ==
== customerCreated ==


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

Working documents

CommerceAccounting Customer