Service - CommerceAccounting Customer

From Izara Wiki
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