NEWGUID

Syntax

NEWGUID ( )

Description

Returns a unique identifier.

Returns

A globally unique identifier of type Guid.

Example

The following formula creates a new GUID that can populate a target field such as MyEntity.EmployeeGUID:

NEWGUID()

Returns: A GUID such as (A84B353B-89EF-4E78-8E82-BB5EBA54E601)

Related Topics

Miscellaneous Functions

EMPTYGUID