Hi,
I'm New at ORM dev, but bassically, I have this:
I read a xml file in order to insert all records in a table (created manually through mysql in the same ESPO database, is this possible?
Then, I run a php script using CRON server service, no with the ESPO, to update this table.
Finally, I move all records from this table to another created from Espo entity manager, but when I browse the entity at Espo CRM, I receive a 500 database error; I see the error is because it says the created ID, modified ID, assigned ID, are not being saved correctly, except the for the last record.
That's why I'm thinking I'm not doing properly steps.
So I began to read about ORM, I think this will simplify everything, the problem is, I don't know how to execute this file.
Can anybody guide me in the how to?
I'm New at ORM dev, but bassically, I have this:
I read a xml file in order to insert all records in a table (created manually through mysql in the same ESPO database, is this possible?
Then, I run a php script using CRON server service, no with the ESPO, to update this table.
Finally, I move all records from this table to another created from Espo entity manager, but when I browse the entity at Espo CRM, I receive a 500 database error; I see the error is because it says the created ID, modified ID, assigned ID, are not being saved correctly, except the for the last record.
That's why I'm thinking I'm not doing properly steps.
So I began to read about ORM, I think this will simplify everything, the problem is, I don't know how to execute this file.
Can anybody guide me in the how to?
Comment