MergeElementsTask.contractAcquisitionExpenseAccount

Property Description

References the contract acquisition expense account for the new revenue arrangement. This property is valid only if the accounting preference Enable Advanced Cost Amortization is enabled. For more information, see Advanced Cost Amortization. If this preference is not enabled, this property is ignored.

This property is optional. The default value is the account specified by the accounting preference Contract Acquisition Expense Account in your account.

Type

number | string

Module

N/task/accounting/recognition Module

Parent Object

recognition.MergeElementsTask

Sibling Object Members

MergeElementsTask Object Members

Since

2019.2

Syntax

Important:

The following code snippet 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 contractExpenseAccountId = 1;
mergeTask.contractAcquisitionExpenseAccount = contractExpenseAccountId; 

          

Related Topics

N/task/accounting/recognition Module

General Notices