Question

How to create unique GUID server-side?

I am importing records with a detail from JSON and need to create a unique GUID.  From client-side there is:

Terrasoft.utils.generateGUID();

Am I OK to use the following server-side?

Guid.NewGuid();
Like 0

Like

1 comments

SOLVED

 

This is not an issue, when a new record is created (ref. link above) an Id appears to be automatically created as well.

Show all comments