Issue:
Attempting to upload CSV file to a custom module. Receiving following error.
Error:
Fatal error: Call to a member function get_importable_fields() on a non-object in /home/greaser/public_html/crm/modules/Import/views/view.step3.php on line 217
Repro Steps:
- Go to Upload Import File
- URL:http://crm.MYURL.com/index.php?module=Import&action=Step1&import_module=Custom_Policies&return_module=Custom_Policies&return_action=index
- Choose File Upload
- Choose either Create new records only OR Create new records and update existing records
- Click Next
- Confirm Import File Properties
- Click Next
- Error is displayed
Expected: To be able to upload data to custom module