DataBlend supports the API calls to Create and Update Task 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.
A task is a unit of work to be performed for a project.
DataBlend Query Object (SDK) |
Sage Intacct Object (API) |
Sage Intacct UI Name |
Required |
Notes |
---|---|---|---|---|
ATTACHMENTSID |
SUPDOCID |
Attachments ID |
Optional |
Expected value is free text |
BILLABLE |
BILLABLE |
Billable |
Optional |
Use |
CLASSID |
CLASSID |
Class |
Optional |
Expected value is free text |
DESCRIPTION |
DESCRIPTION |
Description |
Optional |
Expected value is free text (1000) |
ESTIMATEDDURATION |
ESTQTY |
Estimated duration |
Optional |
Expected value is decimal |
ITEMID |
ITEMID |
Item ID |
Optional |
Expected value is free text (20) |
MILESTONE |
ISMILESTONE |
Milestone |
Optional |
Use |
NAME |
NAME |
Name |
Yes |
Expected value is free text (200) |
PARENTTASKRECORD |
PARENTKEY |
Parent task key |
Optional |
Parent task |
PLANNEDBEGINDATE |
PBEGINDATE |
Planned begin date |
Optional |
Project begin date in format |
PLANNEDDURATION |
BUDGETQTY |
Planned duration |
Optional |
Expected value is decimal |
PLANNEDENDDATE |
PENDDATE |
Planned end date |
Optional |
Project end date in format |
PRIORITY |
PRIORITY |
Priority |
Optional |
Expected value is integer |
PRODUCTIONUNITDESC |
|
|
Optional |
Production unit description, such as cubic yards or window assembly. Free form field with 30 or fewer characters. |
PROJECTID |
PROJECTID |
Project ID |
Yes |
Expected value is free text (20) |
RECORDNO |
RECORDNO |
Record number |
Yes for UPDATE |
Task |
STANDARDTASKID |
|
Standard Task ID |
Optional |
ID of a standard task to use; can only use either TASKID or STANDARDTASKID, not both |
TASKID |
TASKID |
Task ID |
Optional |
Task ID that is unique for the given project. Use 20 characters or fewer. (Default: record number);can only use either TASKID or STANDARDTASKID, not both |
TASKNO |
TASKNO |
WBS code |
Optional |
Expected value is free text (8) |
TASKSTATUS |
TASKSTATUS |
Task status |
Yes |
Use |
TYPE |
|
|
Optional |
|
UTILIZED |
UTILIZED |
Utilized |
Optional |
Use |