recognition.MergeArrangementsTask

Object Description

Encapsulates a task to merge all of the revenue elements from a specified list of revenue arrangements.

Use recognition.create(options) to create this object. After you create the object, you can populate its properties and submit the task for processing. The MergeArrangementsTask.arrangements property is required, and all other properties are optional.

Supported Script Types

Server scripts

For more information, see SuiteScript 2.x Script Types.

Module

N/task/accounting/recognition Module

Methods and Properties

MergeArrangementsTask Object Members

Since

2019.2

Syntax

Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/task/accounting/recognition Module Script Samples.

            var recognitionTask = recognition.create({
    taskType: recognition.TaskType.MERGE_ARRANGEMENTS_TASK
}); 

          

Related Topics

N/task/accounting/recognition Module

General Notices