Accumulation Types - Sage Intacct Data Target Requirement
Accumulation Types - Sage Intacct Data Target Requirement
DataBlend supports the standard API calls (non-legacy) to Create and Update Accumulation Types 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 |
|---|---|---|---|---|
| costcategory | costcategory | cost category | No | Standard cost categorizations for Construction projects. Use Material, Labor, Equipment, Subcontract, Overhead, Other, or a null value. |
| customFieldName | customFieldName | custom field | No | Custom field ID |
| customFieldValue | customFieldValue | custom field | No | Custom field value. For a multi-pick-list custom field, implode multiple field values with #~#. |
| name | name | name | Yes | Name of the accumulation type to update. Required if not using RECORDNO. |
| recordno | recordno | recordno | No | RECORDNO of the accumulation type to update. Required if not using NAME. |
| status | status | status | Yes | Status. Use active or inactive. |
| target_entity | target_entity | entity | No | Custom Field. Enter the targeted entity. |