MergeArrangementsTask.arrangements

Property Description

Holds an array of internal IDs of the revenue arrangement records to merge.

This property is required. You must specify a value for this property before you can submit the task for processing using MergeArrangementsTask.submit().

If you do not specify any revenue arrangement record IDs, a NO_REVENUE_ARRANGEMENT_IDS_ARE_INCLUDED_IN_YOUR_INPUT error is thrown when you call MergeArrangementsTask.submit() for the task. Invalid IDs are ignored. If no revenue elements were found for the specified revenue arrangement record IDs, a NO_REVENUE_ELEMENTS_WERE_FOUND_FOR_THE_REVENUE_ARRANGEMENT_IDS_YOU_INPUT error is thrown when you call MergeArrangementsTask.submit().

Type

Array<number | string>

Module

N/task/accounting/recognition Module

Parent Object

recognition.MergeArrangementsTask

Sibling Object Members

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 orderIDs = [1, 2, 3];
recognitionTask.arrangements = orderIDs; 

          

Related Topics

N/task/accounting/recognition Module

General Notices