Task

Namespace: urn:scheduling.activities.webservices.netsuite.com

Fields

NameTypeCardinalityLabelRequiredHelp
accessLevel boolean 0..1 Private F The default value is false. True indicates that the task is private.
actualTime Duration 0..1 Actual Time F The Actual Time field shows the total amount of time entered against this task.
assigned RecordRef 0..1 Assigned To T References an entity record that already exists in your account. In order to retrieve a list of available values for this field, use the GetSelectValue operation.
company RecordRef 0..1 Company F References a company record that already exists in your account. In order to retrieve a list of available values for this field, use the GetSelectValue operation.
completedDate dateTime 0..1 Date Completed F Enter the date this task was actually completed.
contact RecordRef 0..1 Contact F References a contact record that already exists in your account. In order to retrieve a list of available values for this field, use the GetSelectValue operation.
contactList TaskContactList 0..1
createdDate dateTime 0..1 When adding a record, this field defaults to the current system date and time. This field cannot be overwritten. The default value is set regardless of any use default settings.
customFieldList CustomFieldList 0..1
customForm RecordRef 0..1 Custom Form F References an existing custom form for this record type. To ensure that field relationships defined within a desired custom form are maintained, you must provide the customForm value. Also, if defaults are off, then customForm is required, if defaults are on then the default form is used. Internal ID values for existing forms can be found at Setup > Customization > Entry Forms. In order to retrieve a list of available values for this field, use the GetSelectValue operation.
dueDate dateTime 0..1 Due Date T Enter the projected date when this task needs to be complete.
endDate dateTime 0..1 This field is required in the UI but not when submitting requests via Web services.
estimatedTime Duration 0..1 Initial Time Budget F In the Initial Time Budget field, enter your first approximation of the amount of time this task will take. Later, you can increase or decrease your time estimate in the Current Time Budget field. By maintaining an initial time estimate in this field, you can compare your initial estimate to your altered estimate. If you entered a time estimate on a job task template, that amount shows here.
estimatedTimeOverride Duration 0..1 Current Time Budget F If your estimate of the time this task will take increases or decreases from your original estimate, enter the altered estimate in the Current Time Budget field.
lastModifiedDate dateTime 0..1 This is a read only field. When updating a record, this field defaults to the current system date and time.
message string 0..1 Comments F Enter any comments about this task. These comments appear in the e-mail sent to the person this task is assigned to.
milestone RecordRef 0..1 Milestone F In order to retrieve a list of available values for this field, use the GetSelectValue operation.
owner RecordRef 0..1 Created By F References an entity record that already exists in your account. The field defaults to the current user. In order to retrieve a list of available values for this field, use the GetSelectValue operation.
parent RecordRef 0..1 Child Of F Select the parent task if this task is the subordinate of another. Note: By identifying this task as a subordinate, the parent task becomes a summary task. A summary task cannot have resources assigned to it because it does not track work, it only tracks information about subordinate tasks.
percentComplete double 0..1 Percent Complete F In the Percent Complete field, enter an estimate of how much of the total amount of work for this task is already completed. For example, if half the work toward completion is done, enter 50%. Note: The percentage you enter in this field overrides the auto-calculated figure in the Percent Time Complete field and is used for task calculations.
percentTimeComplete double 0..1 Percent Complete (Time) F The system auto-calculates a value for the Percent Time Complete field, by dividing Actual Time by Current Time Budget (or by Initial Time Budget, if no Current Time Budget has been entered). This value indicates how much of the budgeted time for the task has been completed. You can override this value by entering a percentage value in the Percent Complete field.
priority TaskPriority 0..1 Priority T The values used to populate this field are _low, _medium or _high.
reminderMinutes TaskReminderMinutes 0..1 Set up Reminder F This field is settable only if timedEvent is set to TRUE.
reminderType TaskReminderType 0..1 Reminder type F This field is settable only if timedEvent is set to TRUE.
sendEmail boolean 0..1 Send email F The default value is false.
startDate dateTime 0..1 Date T This field has a default value of the current date and time. It is required in the UI but not when submitting requests via Web services.
status TaskStatus 0..1 Status T The values used to populate this field are _notStarted, _inProgress or _completed.
supportCase RecordRef 0..1 Support Case F In order to retrieve a list of available values for this field, use the GetSelectValue operation.
timedEvent boolean 0..1 Timed Event F In Web services the startTime and endTime field are not exposed. Therefore, to set start and end times for a timed task, users must first set the timedEvent field to TRUE. Then the time component of the DateTime value that is specified in startDate will be set for startTime, and the time component of the DateTime value that is specified in endDate will be set for endTime. Note that the fields reminderMinutes and reminderType are also only settable if timedEvent is set to TRUE.
timeItemList TaskTimeItemList 0..1
timeRemaining Duration 0..1 Time Remaining F The Time Remaining field shows the estimated remaining amount of time for this task. Time remaining is calculated as follows: (Initial Time Budget - Actual Time) If you have entered a Current Time Budget to update your Initial Time Budget, then the time remaining for the task is calculated as: (Current Time Budget - Actual Time)
title string 0..1 Title T Enter a name for this task. This name is the subject line of the e-mail sent to the assignee if you check the Send e-mail box. This title also appears to others if the Private Task box is not checked. The title shows on the Tasks list.
transaction RecordRef 0..1 Transaction F References an opportunity record that already exists in your account. In order to retrieve a list of available values for this field, use the GetSelectValue operation.

Attributes

NameType
externalId string
internalId string

Related Searches

Name
TaskSearch
TaskSearchAdvanced
TaskSearchBasic
TaskSearchRow
TaskSearchRowBasic