Service - CommerceAccounting Freight In: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Overview = Links Freight In objects to Accounting structures. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == comAccFreightInLink == <syntaxhighlight lang="JavaScript"> { objectType: "comAccFreightInLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLinkByBusiness" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccFre...") |
No edit summary |
||
| Line 32: | Line 32: | ||
// purchaseLineItemSubType // inventory: goods|intangibleGoods|rawMaterial|asset|intangibleAsset, expense: pointInTime|overTime, services: pointInTime|overTime, other: standard | // purchaseLineItemSubType // inventory: goods|intangibleGoods|rawMaterial|asset|intangibleAsset, expense: pointInTime|overTime, services: pointInTime|overTime, other: standard | ||
// freightInId | // freightInId | ||
// | // accountLinkTag // type of link: freightIn | ||
// accountId | // accountId | ||
}, | }, | ||
| Line 42: | Line 42: | ||
{ | { | ||
type: "sortKey", | type: "sortKey", | ||
fieldName: " | fieldName: "accountLinkTag" | ||
}, | }, | ||
] | ] | ||
| Line 64: | Line 64: | ||
"tableName": "comAccFreightInTypeLink", | "tableName": "comAccFreightInTypeLink", | ||
} | } | ||
}, | }, | ||
fieldNames: { | fieldNames: { | ||
| Line 70: | Line 69: | ||
// purchaseLineItemType // inventory|expense|services|other | // purchaseLineItemType // inventory|expense|services|other | ||
// purchaseLineItemSubType // inventory: goods|intangibleGoods|rawMaterial|asset|intangibleAsset, expense: pointInTime|overTime, services: pointInTime|overTime, other: standard | // purchaseLineItemSubType // inventory: goods|intangibleGoods|rawMaterial|asset|intangibleAsset, expense: pointInTime|overTime, services: pointInTime|overTime, other: standard | ||
// | // accountLinkTag // type of link: inventoryAsset|.. | ||
// accountId | // accountId | ||
}, | }, | ||
| Line 80: | Line 79: | ||
{ | { | ||
type: "sortKey", | type: "sortKey", | ||
fieldName: " | fieldName: "accountLinkTag" | ||
}, | }, | ||
] | ] | ||
Latest revision as of 13:02, 16 April 2026
Overview
Links Freight In objects to Accounting structures.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
comAccFreightInLink
{
objectType: "comAccFreightInLink",
canDelete: false,
belongTo: {
serviceTag: "ComAccLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccFreightInLink",
}
},
fieldNames: {
// businessId
// purchaseLineItemType // inventory|expense|services|other
// purchaseLineItemSubType // inventory: goods|intangibleGoods|rawMaterial|asset|intangibleAsset, expense: pointInTime|overTime, services: pointInTime|overTime, other: standard
// freightInId
// accountLinkTag // type of link: freightIn
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId","purchaseLineItemType","purchaseLineItemSubType","freightInId"],
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
comAccFreightInTypeLink
{
objectType: "comAccFreightInTypeLink",
canDelete: false,
belongTo: {
serviceTag: "ComAccLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccFreightInTypeLink",
}
},
fieldNames: {
// businessId
// purchaseLineItemType // inventory|expense|services|other
// purchaseLineItemSubType // inventory: goods|intangibleGoods|rawMaterial|asset|intangibleAsset, expense: pointInTime|overTime, services: pointInTime|overTime, other: standard
// accountLinkTag // type of link: inventoryAsset|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId","purchaseLineItemType","purchaseLineItemSubType"],
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
Relationships
...
flowSchemas
...