Service - CommerceAccounting Inventory: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 15: | Line 15: | ||
{ | { | ||
objectType: "comAccInventoryLink", | objectType: "comAccInventoryLink", | ||
generatedBy: "userGenerated", | |||
canDelete: false, | canDelete: false, | ||
belongTo: { | belongTo: { | ||
serviceTag: " | serviceTag: "CommerceAccountingLink", | ||
objectType: "comAccLinkByBusiness" | objectType: "comAccLinkByBusiness" | ||
}, | }, | ||
| Line 25: | Line 26: | ||
"storageType": "dynamoDB", | "storageType": "dynamoDB", | ||
"tableName": "comAccInventoryLink", | "tableName": "comAccInventoryLink", | ||
} | }, | ||
"myGraph": { | |||
"storageType": "graph", | |||
"graphServerTag": "GraphHandler" | |||
} | |||
}, | }, | ||
fieldNames: { | fieldNames: { | ||
// businessId | // businessId | ||
// organizationId | |||
// inventoryId | // inventoryId | ||
// accountLinkTag // type of link: | // accountLinkTag // type of link: purchaseLineItem|.. | ||
// accountId | // accountId | ||
}, | }, | ||
| Line 36: | Line 42: | ||
{ | { | ||
type: "partitionKey", | type: "partitionKey", | ||
fieldNames: ["businessId","inventoryId"], | fieldNames: ["businessId", "organizationId", "inventoryId"], | ||
name: "comAccLinkInvId", | |||
}, | }, | ||
{ | { | ||
| Line 51: | Line 58: | ||
{ | { | ||
objectType: "comAccInventoryLocationLink", | objectType: "comAccInventoryLocationLink", | ||
generatedBy: "userGenerated", | |||
canDelete: false, | canDelete: false, | ||
belongTo: { | belongTo: { | ||
serviceTag: " | serviceTag: "CommerceAccountingLink", | ||
objectType: "comAccLinkByBusiness" | objectType: "comAccLinkByBusiness" | ||
}, | }, | ||
| Line 61: | Line 69: | ||
"storageType": "dynamoDB", | "storageType": "dynamoDB", | ||
"tableName": "comAccInventoryLocationLink", | "tableName": "comAccInventoryLocationLink", | ||
} | }, | ||
"myGraph": { | |||
"storageType": "graph", | |||
"graphServerTag": "GraphHandler" | |||
} | |||
}, | }, | ||
fieldNames: { | fieldNames: { | ||
// businessId | // businessId | ||
// organizationId | |||
// inventoryLocationId | // inventoryLocationId | ||
// accountLinkTag // type of link: | // accountLinkTag // type of link: purchaseLineItem|.. | ||
// accountId | // accountId | ||
}, | }, | ||
| Line 72: | Line 85: | ||
{ | { | ||
type: "partitionKey", | type: "partitionKey", | ||
fieldNames: ["businessId", "inventoryLocationId"], | fieldNames: ["businessId", "organizationId", "inventoryLocationId"], | ||
name: "comAccLinkInvLocId", | |||
}, | }, | ||
{ | { | ||
| Line 87: | Line 101: | ||
{ | { | ||
objectType: "comAccInventoryTemplateLink", | objectType: "comAccInventoryTemplateLink", | ||
generatedBy: "userGenerated", | |||
canDelete: false, | canDelete: false, | ||
belongTo: { | belongTo: { | ||
serviceTag: " | serviceTag: "CommerceAccountingLink", | ||
objectType: "comAccLinkByBusiness" | objectType: "comAccLinkByBusiness" | ||
}, | }, | ||
| Line 97: | Line 112: | ||
"storageType": "dynamoDB", | "storageType": "dynamoDB", | ||
"tableName": "comAccInventoryTemplateLink", | "tableName": "comAccInventoryTemplateLink", | ||
} | }, | ||
"myGraph": { | |||
"storageType": "graph", | |||
"graphServerTag": "GraphHandler" | |||
} | |||
}, | }, | ||
fieldNames: { | fieldNames: { | ||
// businessId | // businessId | ||
// organizationId | |||
// inventoryTemplateId | // inventoryTemplateId | ||
// accountLinkTag // type of link: | // accountLinkTag // type of link: purchaseLineItem|.. | ||
// accountId | // accountId | ||
}, | }, | ||
| Line 108: | Line 128: | ||
{ | { | ||
type: "partitionKey", | type: "partitionKey", | ||
fieldNames: ["businessId", "inventoryTemplateId"], | fieldNames: ["businessId", "organizationId", "inventoryTemplateId"], | ||
name: "comAccLinkInvTemId", | |||
}, | }, | ||
{ | { | ||
| Line 123: | Line 144: | ||
{ | { | ||
objectType: "comAccInventoryTypeLink", | objectType: "comAccInventoryTypeLink", | ||
generatedBy: "userGenerated", | |||
canDelete: false, | canDelete: false, | ||
belongTo: { | belongTo: { | ||
serviceTag: " | serviceTag: "CommerceAccountingLink", | ||
objectType: "comAccLinkByBusiness" | objectType: "comAccLinkByBusiness" | ||
}, | }, | ||
| Line 133: | Line 155: | ||
"storageType": "dynamoDB", | "storageType": "dynamoDB", | ||
"tableName": "comAccInventoryTypeLink", | "tableName": "comAccInventoryTypeLink", | ||
} | }, | ||
"myGraph": { | |||
"storageType": "graph", | |||
"graphServerTag": "GraphHandler" | |||
} | |||
}, | }, | ||
fieldNames: { | fieldNames: { | ||
// businessId | // businessId | ||
// organizationId | |||
// inventoryType // goods|intangibleGoods|rawMaterial|asset|intangibleAsset | // inventoryType // goods|intangibleGoods|rawMaterial|asset|intangibleAsset | ||
// accountLinkTag // type of link: | // accountLinkTag // type of link: purchaseLineItem|.. | ||
// accountId | // accountId | ||
}, | }, | ||
| Line 144: | Line 171: | ||
{ | { | ||
type: "partitionKey", | type: "partitionKey", | ||
fieldNames: ["businessId", "inventoryType"], | fieldNames: ["businessId", "organizationId", "inventoryType"], | ||
name: "comAccLinkInvTypId", | |||
}, | }, | ||
{ | { | ||
Latest revision as of 12:18, 10 August 2026
Overview
Links Inventory objects to Accounting structures.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
comAccInventoryLink
{
objectType: "comAccInventoryLink",
generatedBy: "userGenerated",
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccInventoryLink",
},
"myGraph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
},
fieldNames: {
// businessId
// organizationId
// inventoryId
// accountLinkTag // type of link: purchaseLineItem|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "organizationId", "inventoryId"],
name: "comAccLinkInvId",
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
comAccInventoryLocationLink
{
objectType: "comAccInventoryLocationLink",
generatedBy: "userGenerated",
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccInventoryLocationLink",
},
"myGraph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
},
fieldNames: {
// businessId
// organizationId
// inventoryLocationId
// accountLinkTag // type of link: purchaseLineItem|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "organizationId", "inventoryLocationId"],
name: "comAccLinkInvLocId",
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
comAccInventoryTemplateLink
{
objectType: "comAccInventoryTemplateLink",
generatedBy: "userGenerated",
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccInventoryTemplateLink",
},
"myGraph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
},
fieldNames: {
// businessId
// organizationId
// inventoryTemplateId
// accountLinkTag // type of link: purchaseLineItem|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "organizationId", "inventoryTemplateId"],
name: "comAccLinkInvTemId",
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
comAccInventoryTypeLink
{
objectType: "comAccInventoryTypeLink",
generatedBy: "userGenerated",
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccInventoryTypeLink",
},
"myGraph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
},
fieldNames: {
// businessId
// organizationId
// inventoryType // goods|intangibleGoods|rawMaterial|asset|intangibleAsset
// accountLinkTag // type of link: purchaseLineItem|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "organizationId", "inventoryType"],
name: "comAccLinkInvTypId",
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
Relationships
...
flowSchemas
...