Service - CommerceAccounting Freight In: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
{ | { | ||
objectType: "comAccFreightInLink", | objectType: "comAccFreightInLink", | ||
generatedBy: "userGenerated", | |||
canDelete: false, | canDelete: false, | ||
belongTo: { | |||
serviceTag: "CommerceAccountingLink", | |||
objectType: "comAccLinkByBusiness" | |||
}, | |||
addOnDataStructure: [], | addOnDataStructure: [], | ||
storageResources: { | storageResources: { | ||
| Line 25: | Line 30: | ||
fieldNames: { | fieldNames: { | ||
// businessId | // businessId | ||
// organizationId | |||
// freightInId | // freightInId | ||
// accountLinkTag // type of link: purchaseLineItem | // accountLinkTag // type of link: purchaseLineItem | ||
| Line 32: | Line 38: | ||
{ | { | ||
type: "partitionKey", | type: "partitionKey", | ||
fieldNames: ["businessId","freightInId"], | fieldNames: ["businessId", "organizationId", "freightInId"], | ||
name: "comAccLinkFreInId", | |||
}, | }, | ||
{ | { | ||
| Line 47: | Line 54: | ||
{ | { | ||
objectType: "comAccFreightInTypeLink", | objectType: "comAccFreightInTypeLink", | ||
generatedBy: "userGenerated", | |||
canDelete: false, | canDelete: false, | ||
belongTo: { | |||
serviceTag: "CommerceAccountingLink", | |||
objectType: "comAccLinkByBusiness" | |||
}, | |||
addOnDataStructure: [], | addOnDataStructure: [], | ||
storageResources: { | storageResources: { | ||
| Line 57: | Line 69: | ||
fieldNames: { | fieldNames: { | ||
// businessId | // businessId | ||
// organizationId | |||
// freightInType // standard|.. | // freightInType // standard|.. | ||
// accountLinkTag // type of link: purchaseLineItem|.. | // accountLinkTag // type of link: purchaseLineItem|.. | ||
| Line 64: | Line 77: | ||
{ | { | ||
type: "partitionKey", | type: "partitionKey", | ||
fieldNames: ["businessId","freightInType"], | fieldNames: ["businessId", "organizationId", "freightInType"], | ||
name: "comAccLinkFreInTypId", | |||
}, | }, | ||
{ | { | ||
Revision as of 10:03, 8 August 2026
Overview
Links Freight In objects to Accounting structures.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
comAccFreightInLink
{
objectType: "comAccFreightInLink",
generatedBy: "userGenerated",
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccFreightInLink",
}
},
fieldNames: {
// businessId
// organizationId
// freightInId
// accountLinkTag // type of link: purchaseLineItem
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "organizationId", "freightInId"],
name: "comAccLinkFreInId",
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
comAccFreightInTypeLink
{
objectType: "comAccFreightInTypeLink",
generatedBy: "userGenerated",
canDelete: false,
belongTo: {
serviceTag: "CommerceAccountingLink",
objectType: "comAccLinkByBusiness"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccFreightInTypeLink",
}
},
fieldNames: {
// businessId
// organizationId
// freightInType // standard|..
// accountLinkTag // type of link: purchaseLineItem|..
// accountId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "organizationId", "freightInType"],
name: "comAccLinkFreInTypId",
},
{
type: "sortKey",
fieldName: "accountLinkTag"
},
]
}
Relationships
...
flowSchemas
...