Cost Type - Sage Intacct Data Target Requirement
Cost Type - Sage Intacct Data Target Requirement
DataBlend supports the standard API calls (non-legacy) to Create and Update Cost Types 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) |
Required |
Notes |
|---|---|---|---|
| Material Cost Type description | description | No | Description of the cost type. Use 1000 or fewer characters. |
| 19-002-CR2 | name | No | Name of the cost type, which does not have to be unique. Use 200 or fewer characters. |
| 123 | projectid | No | Project ID. Required if not using TASKKEY. |
| Material | standardcosttypeid | Yes | Standard cost type ID to use as a template for this cost type |
| 123 | recordno | No | Required to update |
| ACTIVE | status | No | Whether type is active and can be assigned to employees.
|
| 123 | taskid | No | Task ID. Required if not using TASKKEY. |
| Columbus | target_entity | No | Custom field. Enter desired entity. |
More questions about Sage Intacct API requirements? Please visit the Sage Intacct API site https://developer.intacct.com/api/construction/cost-types/#create-cost-type.