We have the policy that all Entities are only published in Read-Only mode. This means that for every entity we need to create at least 2 but probably 4 server actions to perform write actions to the database.
Currently it is costing me a lot of time to create these actions and it would help a lot if OutSystems can generate these for me on demand. By triggering the action "Create Writable Server Actions" in the entities context-menu the platform would then generate all 6 database actions as Server Actions. To prevent naming conflicts we could name these by the following standard "<entity_name>_Create", "<entity_name>_CreateOrUpdate", etc.
I think this would save me around 10 mins per entity and when I look at the total amount of entities in a common project that saves me a lot of time (and frustration and tedious work).