I need to import a number of notes to be attached ...
# suitescript
s
I need to import a number of notes to be attached to a custom record. I might need to do them in SuiteScript or I might be able to get away with csv import. regardless I need to understand how to create notes and link them this custom record:
Copy code
Author,Comment,Custom Record Key,Custom Record Type,Date,time
Kumar Agarwal,Testing 1 2 3,35105,customrecord_ip_cases,4/28/2019,16:20:00
but I get this error:
Invalid recordtype reference key customrecord_ip_cases.
customrecord_ip_cases is the id of the custom record. and `Custom Record Key`: 35105 is the id of the record. How do I create notes and link them up to the correct record?