Imports aren't set up for this module type

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

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

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!