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

AVEVA™ Work Tasks

SFU​.getUserLookupExtendedInformation()

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use getUserLookupExtendedInformation() method to get the extended information for the user using the virtual actor ID.

Syntax

sRetVal = SFU.getUserLookupExtendedInformation(virtualActorId);

Parameters

Parameter

Description

virtualActorId

Virtual Actor ID.

Return Value

This method returns a string value.

Example

// Get the Email (which is the extended information) for the user using the virtual actor ID.

var extendedInformation = SFU.getUserLookupExtendedInformation(currentValue,false);

control.findById("T6").value = extendedInformation["UserEmail"];

//Here, currentValue refers to virtualActorId

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