Service - CommerceAccounting Other Purchase Item: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
Mint (talk | contribs)
No edit summary
No edit summary
Line 15: Line 15:
{
{
objectType: "comAccOtherPurchaseItemLink",
objectType: "comAccOtherPurchaseItemLink",
    generatedBy: "userGenerated",
canDelete: false,
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
addOnDataStructure: [],
storageResources: {
storageResources: {
Line 25: Line 30:
     fieldNames: {
     fieldNames: {
// businessId
// businessId
// organizationId
// otherPurchaseItemId
// otherPurchaseItemId
// accountLinkTag // type of link: purchaseLineItem|..
// accountLinkTag // type of link: purchaseLineItem|..
Line 32: Line 38:
{
{
type: "partitionKey",
type: "partitionKey",
fieldNames: ["businessId","otherPurchaseItemId"],
fieldNames: ["businessId", "organizationId", "otherPurchaseItemId"],
name: "comAccLinkOthPurId",
},
},
{
{
Line 47: Line 54:
{
{
objectType: "comAccOtherPurchaseItemTypeLink",
objectType: "comAccOtherPurchaseItemTypeLink",
    generatedBy: "userGenerated",
canDelete: false,
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
addOnDataStructure: [],
storageResources: {
storageResources: {
Line 57: Line 69:
     fieldNames: {
     fieldNames: {
// businessId
// businessId
// organizationId
// otherPurchaseItemType // standard
// otherPurchaseItemType // standard
// accountLinkTag // type of link: purchaseLineItem|..
// accountLinkTag // type of link: purchaseLineItem|..
Line 64: Line 77:
{
{
type: "partitionKey",
type: "partitionKey",
fieldNames: ["businessId", "otherPurchaseItemType"],
fieldNames: ["businessId", "organizationId", "otherPurchaseItemType"],
name: "comAccLinkOthPurTypId",
},
},
{
{

Revision as of 10:06, 8 August 2026

Overview

Links Other Purchase Item objects to Accounting structures.

Repository

...

Object Schemas

Additional Information
Per Service Schemas

comAccOtherPurchaseItemLink

{
	objectType: "comAccOtherPurchaseItemLink",
    generatedBy: "userGenerated",
	canDelete: false,
	belongTo: {
		serviceTag: "CommerceAccountingLink",
		objectType: "comAccLinkByBusiness"
	},
	addOnDataStructure: [],
	storageResources: {
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "comAccOtherPurchaseItemLink",
		}
    },
    fieldNames: {
		// businessId
		// organizationId
		// otherPurchaseItemId
		// accountLinkTag // type of link: purchaseLineItem|..
		// accountId
    },
    identifiers: [
		{
			type: "partitionKey",
			fieldNames: ["businessId", "organizationId", "otherPurchaseItemId"],
			name: "comAccLinkOthPurId",
		},
		{
			type: "sortKey",
			fieldName: "accountLinkTag"
		},
    ]
}

comAccOtherPurchaseItemTypeLink

{
	objectType: "comAccOtherPurchaseItemTypeLink",
    generatedBy: "userGenerated",
	canDelete: false,
	belongTo: {
		serviceTag: "CommerceAccountingLink",
		objectType: "comAccLinkByBusiness"
	},
	addOnDataStructure: [],
	storageResources: {
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "comAccOtherPurchaseItemTypeLink",
		}
    },
    fieldNames: {
		// businessId
		// organizationId
		// otherPurchaseItemType // standard
		// accountLinkTag // type of link: purchaseLineItem|..
		// accountId
    },
    identifiers: [
		{
			type: "partitionKey",
			fieldNames: ["businessId", "organizationId", "otherPurchaseItemType"],
			name: "comAccLinkOthPurTypId",
		},
		{
			type: "sortKey",
			fieldName: "accountLinkTag"
		},
    ]
}

Relationships

...

flowSchemas

...

Working documents

CommerceAccounting Other Purchase Item