Task - Sage Intacct Data Target Requirements

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 false for No, true for Yes. (Default: false)

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 false for No, true for Yes. (Default: false)

NAME

NAME

Name

Yes

Expected value is free text (200)

PARENTTASKRECORD

PARENTKEY

Parent task key

Optional

Parent task RECORDNO. Expected value is integer.

PLANNEDBEGINDATE

PBEGINDATE

Planned begin date

Optional

Project begin date in format mm/dd/yyyy

PLANNEDDURATION

BUDGETQTY

Planned duration

Optional

Expected value is decimal

PLANNEDENDDATE

PENDDATE

Planned end date

Optional

Project end date in format mm/dd/yyyy

PRIORITY

PRIORITY

Priority

Optional

Expected value is integer

PROJECTID

PROJECTID

Project ID

Yes

Expected value is free text (20)

RECORDNO

RECORDNO

Record number

Yes for UPDATE

Task RECORDNO to update

TASKNO

TASKNO

WBS code

Optional

Expected value is free text (8)

TASKSTATUS

TASKSTATUS

Task status

Yes

Use Not Started, Planned, In Progress, Completed, or On Hold.

TYPE

 

 

Optional

 

UTILIZED

UTILIZED

Utilized

Optional

Use false for No, true for Yes. (Default: false)