SI.EXPANDSTANDARDCOSTTYPERANGE
Created by Damien Zwillinger, Modified on Thu, 5 Oct, 2023 at 5:49 PM by Gabriel Michaud
Applies to:
- Velixo NX
- Sage Intacct
The SI.EXPANDSTANDARDCOSTTYPERANGE returns an alphabetized array containing one or more standard cost types configured within Sage Intacct.
TABLE OF CONTENTS
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:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article