MergeArrangementsTaskStatus.resultingArrangement

Property Description

References the internal ID of the new revenue arrangement that was created. This property is valid only if the value of the MergeArrangementsTaskStatus.status property is TaskStatus.COMPLETE.

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.

            if (mergeTaskState.status === 'COMPLETE') {
    log.debug('Resulting Arrangement ID = ' + mergeTaskState.resultingArrangement);
} 

          

Related Topics

N/task/accounting/recognition Module

General Notices