Service - CommerceAccounting Vendor

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 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