OCLOperators newGuid
Created by Stephanie on 2025-01-08 · Last edited by Peter.byaruhanga on 2025-12-10.
This is an EAL expression available on Guid Type attributes to create a new Guid object and store it in the Guid attribute.
NOTE: Guid attribute should not be null to use this expression.
Example
self.Guid.newGuidor
self.Guid:=Guid.NewGuidExample 2
Using SysUser package as an example.
SysUser.allInstances->first.Guid.newGuidThis will create a new Guid for the first record.
