Discussions
CSV Importing to a custom table issue
Hi All
I want to use csv uploads into a custom table which contains a Contact Name as a list looking at the standard Contact table.
Sample Table
Name,Phone,Location
In my system I have a Contact that is linked to a Company Name. (standard NetSuite tables)
When I upload my csv file the system only accepts "Company Name : Contact Name" as a valid record
example
Harry Potter is linked to Company Name : HP
When I try to load:
Harry Potter,1234,AUS
I get a error : Invalid custrecord643 reference Harry Potter.
So in my csv upload I must have "HP : Harry Potter"