MergeArrangementsTaskStatus.inputArrangements

Property Description

Holds an array of internal IDs of the revenue arrangement records to merge. This property is valid only if the merge task was created using a task type of TaskType.MERGE_ARRANGEMENTS_TASK.

Note:

This property has a potential governance value of 10 units. For more information about governance, see SuiteScript Governance and Limits.

Type

number[] (read-only)

Module

N/task/accounting/recognition Module

Parent Object

recognition.MergeArrangementsTaskStatus

Sibling Object Members

MergeArrangementsTaskStatus 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 mergeTaskState = recognition.checkStatus({
    taskId: taskStatusId
});

if (mergeTaskState.status === 'COMPLETE') {
    log.debug('Input Arrangement IDs: ' + mergeTaskState.inputArrangements);
} 

          

Related Topics

N/task/accounting/recognition Module

General Notices