Is it possible to load two databases on the same form?
I need to do the following:
Take some data from the "client" database and save it in the "proposal" database.
For this, I created a form and in the data provider I call the database "client", but I could not get it to save the rest of the data in the database "proposal".
I need to do the following:
Take some data from the "client" database and save it in the "proposal" database.
For this, I created a form and in the data provider I call the database "client", but I could not get it to save the rest of the data in the database "proposal".