Salesforce

ControlDisplayList (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

ControlDisplayList (Magic xpa 4.x)

Returns the Display List property value defined in the control.

Syntax:

ControlDisplayList(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 Display 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 a Display List, the function will return a blank string. This will happen even if the control has an Items List.

See also:

ControlItemsList

Since version:

3.1

Reference
Attachment 
Attachment