SI.TASKNAME
Harry Lewis avatar
Written by Harry Lewis
Updated over a week ago

Applies to

  • ⚠️ Velixo NX only

  • ERP: Sage Intacct

The SI.TASKNAME function returns the task name corresponding to one or more given task IDs.

Syntax

SI.TASKNAME(Connection, TASKID)

Parameters

The SI. TASKNAME function uses the following parameters:

Parameter

Required/Optional

Description

Connection

Required

The name of the connection as configured in the Connection Manager

TaskID

Required

The ID number of the task

Examples

Example #1

=SI.TASKNAME("Sage", "100")

Description

Returns the name of the task with the ID "100".

Result

Example #2

=SI.TASKNAME("Sage", C2:C4)

Description

Returns the name of the tasks whose ID numbers are listed in cell C2 through C4.

Result

Example #3

=SI.TASKNAME("Sage", C2#)

Description

Returns the name of all task names whose ID numbers are displayed by the function in cell C2.

Result

Did this answer your question?