Account - Sage Intacct Data Target Requirements

The chart of accounts is the base for users tracking financial data.

DataBlend supports the API calls to Create Update and Delete Account records within Sage Intacct leveraging the Sage Intacct SDK. In addition, Custom Fields can be added for data that is unique to your business practices.

 
 

DataBlend Query Object (SDK)

 

Sage Intacct Object (API)

 

Sage Intacct UI Name

 

Required

 

Notes

 

ACCOUNTNO

ACCOUNTNO

Account number

Yes

Record name

ACCOUNTTYPE

ACCOUNTTYPE

Account type

Optional

Expected value is free text

CLOSINGACCOUNTNO

CLOSINGACCOUNTNO

Close into account

Optional

Expected value is free text

CLOSINGTYPE

CLOSINGTYPE

Period end closing type

Optional

Expected value is free text

MRCCODE

MRCCODE

M-3 return code

Optional

Expected value is free text (20)

NORMALBALANCE

NORMALBALANCE

Normal balance

Optional

Expected value is free text

CATEGORY

CATEGORY

QuickStart category

Optional

Expected value is free text

TAXCODE

TAXCODE

Tax return code

Optional

Expected value is free text (20)

TAXABLE

TAXABLE

Taxable

Optional

Checkbox

TITLE

TITLE

Title

Yes

Expected value is free text (80)

STATUS

STATUS

Status

Optional

Expected value is free text

REQUIRECLASS

REQUIRECLASS

Class

Optional

Checkbox. Use true to make class required for this account, otherwise use false. (Default: false)

REQUIRECONTRACT

REQUIRECONTRACT

Contract

Optional

Checkbox. Use true to make contract required for this account, otherwise use false. (Default: false)

REQUIRECUSTOMER

REQUIRECUSTOMER

Customer

Optional

Checkbox. Use true to make customer required for this account, otherwise use false. (Default: false)

REQUIREDEPARTMENT

REQUIREDEPT

Department

Optional

Checkbox. Use true to make department required for this account, otherwise use false. (Default: false)

REQUIREEMPLOYEE

REQUIREEMPLOYEE

Employee

Optional

Checkbox. Use true to make employee required for this account, otherwise use false. (Default: false)

REQUIREITEM

REQUIREITEM

Item

Optional

Checkbox. Use true to make item required for this account, otherwise use false. (Default: false)

REQUIRELOCATION

REQUIRELOC

Location

Optional

Checkbox. Use true to make location required for this account, otherwise use false. (Default: false)

REQUIREPROJECT

REQUIREPROJECT

Project

Optional

Checkbox. Use true to make project required for this account, otherwise use false. (Default: false)

REQUIREVENDOR

REQUIREVENDOR

Vendor

Optional

Checkbox. Use true to make vendor required for this account, otherwise use false. (Default: false)

REQUIREWAREHOUSE

REQUIREWAREHOUSE

Warehouse

Optional

Checkbox. Use true to make warehouse required for this account, otherwise use false. (Default: false)