Skip to content

ConvertToUniqueIdentifier Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

object ConvertToUniqueIdentifier(guid(s):[list or object])

Description

Converts all supplied GUIDs to unique identifiers so they can be used in native FIM activities such as the Approval activity.

Remarks

This function returns a list of UniqueIdentifier or a single UniqueIdentifier depending on the input. If the input value is null, a null value is returned.

Supported Version

1.0.0.0 and later

Examples

ConvertToUniqueIdentifier([//Target/ComputedMember])

Clone this wiki locally