MergeArrangementsTask.recalculateResidualFairValue

Property Description

Indicates whether to recalculate the fair value on residual elements when revenue arrangements are prospectively merged. For more information about prospective merges, see Prospective Merges.

This property is optional. This property can be set to true only if the MergeArrangementsTask.mergeResidualRevenueAmounts property is also set to true. If the MergeArrangementsTask.mergeResidualRevenueAmounts property is false, this property is ignored. The default value of this property is false.

Type

boolean

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.

            if (recognitionTask.mergeResidualRevenueAmounts == true) {
    recognitionTask.recalculateResidualFairValue = true;
} 

          

Related Topics

N/task/accounting/recognition Module

General Notices