cant import all data for lineitems on invoices

I am working on pulling data from SAP to populate suiteCRM. I have accounts/invoices/products/product cat… I am trying to pull in the line items for the invoices.

I was able to do that EXCEPT the Parent_id and Parent Type will not import. Its not in drop down list for Modules when I go thru the import process.

All the other data seemed to import. I didn’t get any errors. But without that data, the line items are not getting onto the invoices.

Help please!

Tammy Lewis
Hampel Oil

go into ‘modules/AOS_Products_Quotes/vardefs.php’

and look for the definition for parent_name, parent_type and parent_id and change importable to true and then do a quick repair and rebuild

Thanks Matt! B)