Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Model Driven MES 7​.0

Select Card

  • Last UpdatedOct 10, 2025
  • 1 minute read

This property is used to trigger the selectedCard property with the intent to select a card. This sets the card to a selected state if it's not yet selected. When a user selects a card through scripting, it passes an object with properties that are used to identify the card. The object properties are then compared with the primaryData property of the card. If there's a match, that card is selected; otherwise, a failure to select a card is logged in the console.

Example 1

control.findByXmlNode("Widget1").widgetProperties.selectCard = JSON.stringify(

{

   ID : 15

});

Example 2

control.findByXmlNode("Widget1").widgetProperties.selectCard = JSON.stringify(

{

   ID : 15,

   customerID: 20,

});

TitleResults for “How to create a CRG?”Also Available in