SetGroupletImage method: Field class

Syntax

SetGroupletImage(image_ID)

Description

Use the SetGroupletImage method to specify the image ID for the static image to be displayed on the grouplet or tile.

Note:

If dynamic content is also configured for the grouplet, this "pre-load" image is displayed while the dynamic content for the tile is being retrieved and loaded.

Important:

Use this method within fluid applications only.

Parameters

Parameter Description

image_ID

Specifies the database ID for the image as a string value.

Returns

None.

Example

&rec.GROUPLET.SetGroupletImage(&rec.IMAGE_NAME.Value);

&RS_OPTN(1).PSSCWORDDEFN.SCNEGWORDFLG.SetGroupletImage("PROFILE_64");