Salesforce

VarControlID (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

VarControlID (Magic xpa 4.x)

Returns the index of the control attached to the variable.

Syntax:

VarControlID(variable)

Parameters:

variable – A value representing a variable reference.

Returns:

A numeric value representing the index of a control attached to a specific variable.

Note:

This function works only for controls with an attached variable.

If the argument variable is attached to several controls (such as the Radio control), the function will return the index of one of the controls.

If the argument variable does not exist, or if it is not attached to any control, the function will return 0.

The control will be searched in the same task in which the variable is defined. Therefore, if the variable is defined in a parent task and attached to a control in a subtask, the function will return 0.

See also:

ControlDisplayList, ControlItemsList

Since version:

3.1

Reference
Attachment 
Attachment