Service - CommerceAccounting Services: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Overview = Links Services objects to Accounting structures. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == comAccServicesLink == <syntaxhighlight lang="JavaScript"> { objectType: "comAccServicesLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLinkByBusiness" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccService...") |
No edit summary |
||
| Line 30: | Line 30: | ||
// businessId | // businessId | ||
// servicesId | // servicesId | ||
// | // accountLinkTag // type of link: servicesExpense|.. | ||
// accountId | // accountId | ||
}, | }, | ||
| Line 40: | Line 40: | ||
{ | { | ||
type: "sortKey", | type: "sortKey", | ||
fieldName: " | fieldName: "accountLinkTag" | ||
}, | }, | ||
] | ] | ||
| Line 62: | Line 62: | ||
"tableName": "comAccServicesTemplateLink", | "tableName": "comAccServicesTemplateLink", | ||
} | } | ||
}, | }, | ||
fieldNames: { | fieldNames: { | ||
// businessId | // businessId | ||
// servicesTemplateId | // servicesTemplateId | ||
// | // accountLinkTag // type of link: servicesExpense|.. | ||
// accountId | // accountId | ||
}, | }, | ||
| Line 77: | Line 76: | ||
{ | { | ||
type: "sortKey", | type: "sortKey", | ||
fieldName: " | fieldName: "accountLinkTag" | ||
}, | }, | ||
] | ] | ||
| Line 99: | Line 98: | ||
"tableName": "comAccServicesTypeLink", | "tableName": "comAccServicesTypeLink", | ||
} | } | ||
}, | }, | ||
fieldNames: { | fieldNames: { | ||
// businessId | // businessId | ||
// servicesType // pointInTime|overTime | // servicesType // pointInTime|overTime | ||
// | // accountLinkTag // type of link: servicesExpense|.. | ||
// accountId | // accountId | ||
}, | }, | ||
| Line 114: | Line 112: | ||
{ | { | ||
type: "sortKey", | type: "sortKey", | ||
fieldName: " | fieldName: "accountLinkTag" | ||
}, | }, | ||
] | ] | ||
| Line 130: | Line 128: | ||
= Working documents = | = Working documents = | ||
[[:Category:Working_documents - CommerceAccounting | [[:Category:Working_documents - CommerceAccounting Services| CommerceAccounting Services]] | ||
[[Category:Backend services| CommerceAccounting | [[Category:Backend services| CommerceAccounting Services]] | ||
Latest revision as of 13:03, 16 April 2026
Overview
Links Services objects to Accounting structures.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
comAccServicesLink
{
objectType: "comAccServicesLink",
canDelete: false,
belongTo: {
serviceTag: "ComAccLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccServicesLink",
}
},
fieldNames: {
// businessId
// servicesId
// accountLinkTag // type of link: servicesExpense|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId","servicesId"],
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
comAccServicesTemplateLink
{
objectType: "comAccServicesTemplateLink",
canDelete: false,
belongTo: {
serviceTag: "ComAccLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccServicesTemplateLink",
}
},
fieldNames: {
// businessId
// servicesTemplateId
// accountLinkTag // type of link: servicesExpense|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "servicesTemplateId"],
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
comAccServicesTypeLink
{
objectType: "comAccServicesTypeLink",
canDelete: false,
belongTo: {
serviceTag: "ComAccLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccServicesTypeLink",
}
},
fieldNames: {
// businessId
// servicesType // pointInTime|overTime
// accountLinkTag // type of link: servicesExpense|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "servicesType"],
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
Relationships
...
flowSchemas
...