How can I generate the GUID manually?

0
How can I generate the GUID manually? I want to insert data directly into the database using SQL statements
asked
2 answers
2

You really don’t want to do be doing this. There is more going on behind the scenes that has been abstracted away by Mendix. Ideally look to build and update the entities in the database using Mendix itself.

answered
0

In the App Store you can download Community Commons, there is a Java action that is called ‘Random Hash’.  That will create a string that you can use.

answered