GUID or UUID creation method

Does servoy have a method that will create a GUID or UUID? That’s a Globally Unique ID or a Universally Unique ID. I don’t care if they conform to anyones specs, just that they are unique.

A look inside the servoy repository shows values such as:

a114d919-5ab1-11da-a82e-949031697b9d

which are rather GIUD like.

Terry

As far as I know this is not available in Servoy.
But of course this functionality can be added by a bean/plugin.
Maybe Marcel Trapman (www.it2be.com) is willing to add it to his tools plugin.

Hope this helps.

I think it was introduced in one of the 2.2.x versions as a function. If not, I saw it in one of the 3.0 Alpha’s.

Paul

new java.rmi.server.UID()

In 3.0 we introduced application.getNewUUID()