Transaction Allocations - Sage Intacct Data Target Requirements
DataBlend supports the API calls to Create and Update Transaction Allocation records within Sage Intacct leveraging the Sage Intacct SDK. Transaction Allocations allow you to automatically distribute transaction amounts across multiple dimensions—departments, locations, projects, customers, vendors, or custom dimensions—based on predefined allocation rules
DataBlend Query Object (SDK) |
Sage Intacct Object (API) |
Sage Intacct UI Name |
Required |
Notes |
---|---|---|---|---|
allocationid |
allocationid |
Id |
Yes |
|
description |
description |
Description |
Optional |
|
docnumber |
docnumber |
Docnumber |
Optional |
|
status |
status |
Status |
Optional |
|
type |
type |
Type |
Yes |
|
target_entity |
target_entity |
Entity |
Optional |
|
entry_classid |
entry_classid |
Class |
Optional |
|
entry_contractid |
entry_contractid |
Contract Id |
Optional |
|
entry_customerid |
entry_customerid |
Customer |
Optional |
|
entry_departmentid |
entry_departmentid |
Department |
Optional |
|
entry_employeeid |
entry_employeeid |
Employee |
Optional |
|
entry_itemid |
entry_itemid |
Item |
Optional |
|
entry_lineno |
entry_lineno |
Line |
Optional |
|
entry_locationid |
entry_locationid |
Location |
Conditional |
Required if company is multi-entity |
entry_projectid |
entry_projectid |
Project |
Optional |
|
entry_vendorid |
entry_vendorid |
Vendor |
Optional |
|
entry_value |
entry_value |
Value |
Yes |
|
entry_valuetype |
entry_valuetype |
Value Type |
Conditional |
Required when type is 'Fixed amount with over/under logic' |
entry_warehouseid |
entry_warehouseid |
Warehouse |
Optional |