Salesforce

ControlItemsList (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

ControlItemsList (Magic xpa 4.x)

Returns the Items List property value defined in the control.

Syntax:

ControlItemsList(control index)

Parameters:

control index – A numeric variable representing the control index in the list of all controls of all tasks in the Runtime tree. This value needs to be retrieved using the VarControlID function.

Returns:

A string representing the Items List value of the control.

Note:

This function works only for controls with an attached variable.

If the control is a Radio control, and there are other Radio controls with the same variable attached to them, the function will return the joined Items List of all of the controls.

If the control does not exist, or if it does not have an Items List, the function will return a blank string.

See also:

ControlDisplayList

Since version: 3.1

Reference
Attachment 
Attachment