Period.code

Property Description

The code of the period.

This property uses values from the query.PeriodCode enum.

Type

string (read-only)

Module

N/query Module

Parent Object

query.Period

Sibling Object Members

Period Object Members

Since

2020.1

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/query Module Script Samples.

            // Add additional code
...
    var myPeriod = query.createPeriod({
        code: query.PeriodCode.LAST_PERIOD,
        adjustment: query.PeriodAdjustment.ALL,
        type: query.PeriodType.END
    });
    var theCode = myPeriod.code;
...
// Add additional code 

          

Related Topics

General Notices