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

AVEVA™ Work Tasks

SFU​.getStorageItem()

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use getStorageItem() method to get value for the specified key in the web storage.

Syntax

aRetVal = SFU.getStorageItem(key);

Parameters

Parameter

Description

key

Key in the web storage for which value is required.

Return Value

This method returns an array.

Example

// Get value for the specified key in the web storage.

var workItems = SFU.getStorageItem("WorkItemData");

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in