How to read id of row(record) which is generated automatically by mendix

0
Hello Team, I want to display generated id of one entity record, lets say we have course entity and “Rapid developer course” entry in database.  Now I want to display id of “Rapid developer course” which is generated automatically in database in Mendix. How to achieve it?   Thanks  Prajakta Roshankhede
asked
1 answers
1

You can use the Java action GetGUID from the CommunityCommons module to get the ID. You can then store the ID on the object in a new attribute. You can display this attribute on the page.

answered