Service - CommerceAccounting Vendor

From Izara Wiki
Jump to navigation Jump to search

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: "ComAccLink",
		objectType: "comAccLink"
	},
	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

Working documents

CommerceAccounting Vendor