Sage Intacct SDK for JavaScript
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Abstract
Project
Abstract
Task
Abstract
Timesheet
Abstract
Timesheet
Entry
Decline
Timesheet
Project
Create
Project
Delete
Project
Update
Task
Create
Task
Delete
constructor
_control
Id
attachments
Id
billable
class
Id
custom
Fields
description
estimated
Duration
item
Id
milestone
parent
Task
Record
No
planned
Begin
Date
planned
Duration
planned
End
Date
priority
project
Id
record
No
task
Name
task
Status
time
Type
utilized
wbs
Code
control
Id
write
Xml
Task
Update
Timesheet
Approve
Timesheet
Create
Timesheet
Delete
Timesheet
Entry
Create
Timesheet
Entry
Update
Timesheet
Update
Hierarchy
AbstractTask
TaskDelete
Implements
IFunction
Index
Constructors
constructor
Properties
_control
Id
attachments
Id
billable
class
Id
custom
Fields
description
estimated
Duration
item
Id
milestone
parent
Task
Record
No
planned
Begin
Date
planned
Duration
planned
End
Date
priority
project
Id
record
No
task
Name
task
Status
time
Type
utilized
wbs
Code
Accessors
control
Id
Methods
write
Xml
Constructors
constructor
new
Task
Delete
(
controlId
?:
string
)
:
TaskDelete
Parameters
Optional
controlId:
string
Returns
TaskDelete
Properties
Protected
_control
Id
_control
Id
:
string
attachments
Id
attachments
Id
:
string
billable
billable
:
boolean
class
Id
class
Id
:
string
custom
Fields
custom
Fields
:
Array
<
[
string
,
any
]
>
= []
description
description
:
string
estimated
Duration
estimated
Duration
:
number
item
Id
item
Id
:
string
milestone
milestone
:
boolean
parent
Task
Record
No
parent
Task
Record
No
:
number
planned
Begin
Date
planned
Begin
Date
:
Date
planned
Duration
planned
Duration
:
number
planned
End
Date
planned
End
Date
:
Date
priority
priority
:
string
project
Id
project
Id
:
string
record
No
record
No
:
number
task
Name
task
Name
:
string
task
Status
task
Status
:
string
time
Type
time
Type
:
string
utilized
utilized
:
boolean
wbs
Code
wbs
Code
:
string
Accessors
control
Id
get
controlId
(
)
:
string
set
controlId
(
controlId
:
string
)
:
void
Returns
string
Parameters
controlId:
string
Returns
void
Methods
write
Xml
write
Xml
(
xml
:
IaXmlWriter
)
:
void
Parameters
xml:
IaXmlWriter
Returns
void
Generated using
TypeDoc