Service - CommerceAccounting Services: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
Mint (talk | contribs)
No edit summary
Mint (talk | contribs)
 
(3 intermediate revisions by 2 users not shown)
Line 15: Line 15:
{
{
objectType: "comAccServicesLink",
objectType: "comAccServicesLink",
    generatedBy: "userGenerated",
canDelete: false,
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
addOnDataStructure: [],
storageResources: {
storageResources: {
Line 21: Line 26:
"storageType": "dynamoDB",
"storageType": "dynamoDB",
"tableName": "comAccServicesLink",
"tableName": "comAccServicesLink",
}
},
        "myGraph": {
            "storageType": "graph",
            "graphServerTag": "GraphHandler"
        }
     },
     },
     fieldNames: {
     fieldNames: {
// businessId
// businessId
// organizationId
// servicesId
// servicesId
// accountLinkTag // type of link: purchaseLineItem|..
// accountLinkTag // type of link: purchaseLineItem|..
Line 32: Line 42:
{
{
type: "partitionKey",
type: "partitionKey",
fieldNames: ["businessId","servicesId"],
fieldNames: ["businessId", "organizationId", "servicesId"],
name: "comAccLinkSerId",
},
},
{
{
Line 47: Line 58:
{
{
objectType: "comAccServicesTemplateLink",
objectType: "comAccServicesTemplateLink",
    generatedBy: "userGenerated",
canDelete: false,
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
addOnDataStructure: [],
storageResources: {
storageResources: {
Line 53: Line 69:
"storageType": "dynamoDB",
"storageType": "dynamoDB",
"tableName": "comAccServicesTemplateLink",
"tableName": "comAccServicesTemplateLink",
}
},
      "myGraph": {
            "storageType": "graph",
            "graphServerTag": "GraphHandler"
      }
     },
     },
     fieldNames: {
     fieldNames: {
// businessId
// businessId
// organizationId
// servicesTemplateId
// servicesTemplateId
// accountLinkTag // type of link: purchaseLineItem|..
// accountLinkTag // type of link: purchaseLineItem|..
Line 64: Line 85:
{
{
type: "partitionKey",
type: "partitionKey",
fieldNames: ["businessId", "servicesTemplateId"],
fieldNames: ["businessId", "organizationId", "servicesTemplateId"],
name: "comAccLinkSerTemId",
},
},
{
{
Line 79: Line 101:
{
{
objectType: "comAccServicesTypeLink",
objectType: "comAccServicesTypeLink",
    generatedBy: "userGenerated",
canDelete: false,
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
addOnDataStructure: [],
storageResources: {
storageResources: {
Line 85: Line 112:
"storageType": "dynamoDB",
"storageType": "dynamoDB",
"tableName": "comAccServicesTypeLink",
"tableName": "comAccServicesTypeLink",
}
},
      "myGraph": {
            "storageType": "graph",
            "graphServerTag": "GraphHandler"
      }
     },
     },
     fieldNames: {
     fieldNames: {
// businessId
// businessId
// organizationId
// servicesType // pointInTime|overTime
// servicesType // pointInTime|overTime
// accountLinkTag // type of link: purchaseLineItem|..
// accountLinkTag // type of link: purchaseLineItem|..
Line 96: Line 128:
{
{
type: "partitionKey",
type: "partitionKey",
fieldNames: ["businessId", "servicesType"],
fieldNames: ["businessId", "organizationId", "servicesType"],
name: "comAccLinkSerTypId",
},
},
{
{

Latest revision as of 03:52, 10 August 2026

Overview

Links Services objects to Accounting structures.

Repository

...

Object Schemas

Additional Information
Per Service Schemas

comAccServicesLink

{
	objectType: "comAccServicesLink",
    generatedBy: "userGenerated",
	canDelete: false,
	belongTo: {
		serviceTag: "CommerceAccountingLink",
		objectType: "comAccLinkByBusiness"
	},
	addOnDataStructure: [],
	storageResources: {
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "comAccServicesLink",
		},
        "myGraph": {
            "storageType": "graph",
            "graphServerTag": "GraphHandler"
        }
    },
    fieldNames: {
		// businessId
		// organizationId
		// servicesId
		// accountLinkTag // type of link: purchaseLineItem|..
		// accountId
    },
    identifiers: [
		{
			type: "partitionKey",
			fieldNames: ["businessId", "organizationId", "servicesId"],
			name: "comAccLinkSerId",
		},
		{
			type: "sortKey",
			fieldName: "accountLinkTag"
		},
    ]
}

comAccServicesTemplateLink

{
	objectType: "comAccServicesTemplateLink",
    generatedBy: "userGenerated",
	canDelete: false,
	belongTo: {
		serviceTag: "CommerceAccountingLink",
		objectType: "comAccLinkByBusiness"
	},
	addOnDataStructure: [],
	storageResources: {
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "comAccServicesTemplateLink",
		},
       "myGraph": {
            "storageType": "graph",
            "graphServerTag": "GraphHandler"
       }
    },
    fieldNames: {
		// businessId
		// organizationId
		// servicesTemplateId
		// accountLinkTag // type of link: purchaseLineItem|..
		// accountId
    },
    identifiers: [
		{
			type: "partitionKey",
			fieldNames: ["businessId", "organizationId", "servicesTemplateId"],
			name: "comAccLinkSerTemId",
		},
		{
			type: "sortKey",
			fieldName: "accountLinkTag"
		},
    ]
}

comAccServicesTypeLink

{
	objectType: "comAccServicesTypeLink",
    generatedBy: "userGenerated",
	canDelete: false,
	belongTo: {
		serviceTag: "CommerceAccountingLink",
		objectType: "comAccLinkByBusiness"
	},
	addOnDataStructure: [],
	storageResources: {
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "comAccServicesTypeLink",
		},
       "myGraph": {
            "storageType": "graph",
            "graphServerTag": "GraphHandler"
       }
    },
    fieldNames: {
		// businessId
		// organizationId
		// servicesType // pointInTime|overTime
		// accountLinkTag // type of link: purchaseLineItem|..
		// accountId
    },
    identifiers: [
		{
			type: "partitionKey",
			fieldNames: ["businessId", "organizationId", "servicesType"],
			name: "comAccLinkSerTypId",
		},
		{
			type: "sortKey",
			fieldName: "accountLinkTag"
		},
    ]
}

Relationships

...

flowSchemas

...

Working documents

CommerceAccounting Services