Show TOC

Background documentationApplet Properties Locate this document in the navigation structure

 

The following table lists properties that are common to all SAP Manufacturing Integration and Intelligence (SAP MII) applets.

Name

Data Type

Default Value

Use

DisplayTemplate

String

none

Provides a path to a display template from which parameter values for the applet or chart are loaded. For example:

<PARAM NAME="DisplayTemplate" VALUE="MyProject/MyFolder/MyTemplate">.

QueryTemplate

String

none

Provides a path to a query template from which parameter values for a data query are loaded. For example:

<PARAM NAME="QueryTemplate" VALUE="MyProject/MyFolder/MyTemplate">.

AutoRefresh

Boolean

false

Enables or disables automatic refresh. If the value is true and the refresh rate is not zero, the applet requests data at the user-specified refresh interval. AutoRefresh can also be turned on and off by choosing the light bulb button on the TimeControl of the iGrid and iChart.

RefreshRate

Integer

60

Determines the automatic refresh interval in seconds and is used with the AutoRefresh parameters.

InitialUpdate

Boolean

true

Determines if the applet retrieves its data on load.

For example, if you have a grid whose query is dependent on one or more selections on a page, and you set this property to false, the system does not run the query until you update the grid. It only applies to the first update of the applet.