...
Introduction
La funcionalidad The Bulk Creation From Relational Database permite automatizar el proceso de creación de Entidades OP desde bases de datos relacionales. Hasta ahora, cuando me conectaba a una Base de Datos relacional tenía que crear Entidad a Entidad, mientras que ahora podremos crear varias entidades a la vez, evitando así repetir el proceso de creación por cada entidad, ahorrando mucho tiempo al usuario.
¿Cómo se usa en Plataforma?
Desde el Control Panel, tenemos acceso desde la opción de menú My Entities:
...
functionality allows you to automate the process of creating OP Entities from relational databases. Until now, when you connected to a relational database, you had to create Entity by Entity, while now you can create several entities at the same time, thus avoiding repeating the creation process for each entity, saving the user a lot of time.
How is it used on Platform?
From the Control Panel, you have access from the My Entities menu option:
...
After entering the UI we can see that it is divided into 2 areas:
Tras entrar en la UI podremos ver que esta dividida en 2 zonas:
...
La zona superior permite seleccionar las tablas de las cuales queremos generar una Entidad
La zona inferior sirve para añadir permisos a los usuarios sobre las entidades que generaremos.
Lo primero que debemos hacer es seleccionar la base de datos sobre la que trabajaré y el Schema si aplica.
...
En la parte derecha veremos las tablas de esa base de datos y esquema.
Podremos seleccionar individualmente las tablas o por el contrario podremos seleccionarlas un conjunto de ellas.
Por defecto el nombre de la entidad será: DOMINIO_NOMBRE_DE_LA_TABLA.
También podremos cambiar el nombre que tendrá la entidad creada a partir de dicha tabla.
El ID de la entidad será la Primary Key de la Tabla, puedo seleccionar de entre los campos que posea la tabla.
...
En la parte inferior podremos seleccionar los usuarios a los cuales otorgaremos permisos sobre las entidades creadas y que tipo de permiso otorgaremos.
...
Una vez seleccionadas las tablas y otorgados los permisos a los usuarios podremos pulsar sobre el botón de “Create” para iniciar el proceso de creación de Entidades.
...
The upper area allows you to select the tables from which you want to generate an Entity.
The lower area is used to add permissions to users on the entities you generate.
The first thing you must do is select the database on which you will work, and the Schema if applicable.
...
On the right side, you will see the tables of that database and the schema.
You can select the tables individually, or on the contrary you can select a set of them.
By default the name of the entity will be: DOMAIN_NAME_OF_THE_TABLE.
You can also change the name of the entity created from said table.
The ID of the entity will be the Primary Key of the Table. You can select from the fields that the table has.
...
At the bottom, you will be able to select the users to whom you will grant permissions on the created entities and what type of permission you will grant.
...
Once the tables have been selected and permissions have been granted to the users, you can click on the “Create” button to start the Entity creation process.
Upon completion, it will return to the list of entities where the new entities created will be.