Creating multiple tables around 50

Building a new set of application and need to create 50 tables -- 
1. 20 of them are going to hold permanent records

2. 30 of them are going to hold just transient data just enough to show in the screen (by API calls data will be retrieved -- Creatio does not have easy way to show API data without storing)

Have the DDLs -- so how we can create these in Creatio one shot  instead of going through one by one 

 

Thanks and Regards

Sarang

Like 0

Like

1 comments

Hello, 

Thank you for your question. Currently, unfortunately, there is no built-in functionality to create multiple tables at once.

However, if you are working with a large number of tables, an alternative approach could be using Development tools or Data Import via scripts/API, depending on your requirements.

Show all comments