SI.CLASSNAME
Created by Damien Zwillinger, Modified on Thu, 14 Sep, 2023 at 2:19 AM by Damien Zwillinger
Applies to:
- Velixo NX
- Sage Intacct
The SI.CLASSNAME function returns the class name corresponding to one or more given class IDs.
TABLE OF CONTENTS
Syntax
SI.CLASSNAME(Connection, CLASSID)
Parameters
The SI. CLASSNAME function uses the following parameters:
Parameter | Required/Optional | Description |
Connection | Required | The name of the connection as configured in the Connection Manager |
ClassID | Required | The ID number(s) of the class(es) |
Examples
Example 1
=SI.CLASSNAME("Sage", "100")
Description
Returns the name of the class with the ID "100".
Result
Example 2
=SI.CLASSNAME("Sage", C2:C3)
Description
Returns the name of the classes whose ID numbers are listed in cell C2 through C3.
Result
Example 3
=SI.CLASSNAME("Sage", C2#)
Description
Returns the name of all classes whose ID numbers are displayed by the function in cell C2.
Result
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