MergeArrangementsTask.revenueArrangementDate

Property Description

Describes the date of the new revenue arrangement.

This property is optional. The default value is today’s date. If you specify an invalid date format, a WRONG_PARAMETER_TYPE error is thrown when you call MergeArrangementsTask.submit() for the task.

Type

JavaScript Date

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 accrualDate = new Date('2023-05-01');
recognitionTask.revenueArrangementDate = accrualDate; 

          

Related Topics

N/task/accounting/recognition Module

General Notices