Modules

filter

 

Objects/Functions

module (N/task/accounting/recognition)

SuiteScript 2.0

recognition.TaskType

recognition.TaskType.{|MERGE_ARRANGEMENTS_TASK,MERGE_ELEMENTS_TASK|}

N/task/accounting/recognition Module
recognition.TaskType
Enum Description: Holds the string values for supported merge task types. This enum is used to pass the task type argument to recognition.create(options). JavaScript does not include an enumeration type. The SuiteScript 2.0 documentation utilizes the term enumeration (or enum) to describe the following: a plain JavaScript object with a flat, map-like structure. Within this object, each key points to a read-only string value.
Type: enum
Module: N/task/accounting/recognition Module
Sibling Module Members: N/task/accounting/recognition Module Members
Since: 2019.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=recognition.TaskType

Example:

// Code Example 1
TBD

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1555011882.html