Skip to main content
Skip table of contents

SI.EXPANDSTANDARDCOSTTYPERANGE

Applies to:

  • Velixo NX
  • Sage Intacct


The SI.EXPANDSTANDARDCOSTTYPERANGE returns an alphabetized array containing one or more standard cost types configured within Sage Intacct.


Syntax

SI.EXPANDSTANDARDCOSTTYPERANGE(Connection, Range, IncludeInactive)

The SI. EXPANDSTANDARDCOSTTYPERANGE function uses the following parameters:


Parameter

Required/ Optional

Description

ConnectionName

Required

The name of the connection as configured in the Connection Manager

Range

Optional

The range of cost types to include in the results. See our article on including multiple parameter values

IncludeInactive

Optional

True (default) or False

Determines whether or not to include entries with a Status field set to Inactive in the results.

(available in version 2023.8 and higher)



Examples

Assuming the following configuration within Sage Intacct:

Example 1

=SI.EXPANDSTANDARDCOSTTYPERANGE("Sage", "*")

Description

Returns all cost types configured within Sage Intacct

Result

Example 2

Assuming the following configuration within Sage Intacct:

=SI.EXPANDSTANDARDCOSTTYPERANGE("Sage",,FALSE)

Description

Returns all active cost types configured within Sage Intacct

Result

(note that the inactive cost type BUR is not included)

Note: If cost types have not been set up with Sage Intacct (or your user account does not have access to the cost type configuration), the function will return a #N/A error:


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.