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
1 comments
15:56 Jun 20, 2023
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