Iām relocating SuiteCRM to Google Cloud and am going through the export/import stage.
The majority of my imports were successfully done however Iām having trouble with the Documents import.
Under Documents (on new server), thereās no record showing with the message āYou currently have no records saved. Create or Import one now.ā
Clicking on āImportā and will give me an error āImports arenāt set up for this module typeā.
How can I import attachments into the new CRM from the old? Thanks.
Devin
Correct. You canāt batch import. If you want to import you have to either do it one by one from the related record or write a custom script.
1 Like
Hello there,
I am having the same problem. I would like to import a list of contacts / leads and I am having this error message.
āImports arenāt set up for this module typeā
It is crucial for me to be able to import several hundreds and thousands of contacts/leads that I have.
What do I need to do to mass import leads/contact/companies etc.?
Thank you
Ron
beau
20 December 2016 01:17
4
add the following line to the bean class (in āmodules/ABC_Your_Module/ABC_Your_Module.phpā after the line that starts with āclassā:
var $importable = true;
Good Luck!
2 Likes
beau:
var $importable = true;
This worked perfectly for Documents. Thanks so much for posting.
You shouldnāt have had to delete it. You can go to module builder, into the package and then the module and check importing and then save and redeploy.
Please avoid zombie posting, on a post that is 2 years old, on a post that was 4 years older!
Post Locked!