The OutSystems best practices require that entities are exposed read only. Therefore we require public database actions (aka crud wrappers). This component provides a template for creating a new entity and the required crud wrappers.
Based on the ow to do UUID as Primary Keys the Right Way article, the UUID is generated with the UUID7 forge component.