did anyone encounter error while attempting to cre...
# suitescript
k
did anyone encounter error while attempting to create custom record ? I'm trying to create record using restlet but whenever I try, I'm getting weird error like
title: Untitled and details: null
s
I have seen that error recently. It's a
System
level error and in my case resulted when a search with funky data never completed.
I don't think it's an error message that's ever supposed to happen - reads like an uninitialized error leaking into the log - NS usually has everything wrapped with "UNEXPECTED_ERROR" but not even that seemed to be happening.
I'd look for clues for any really weird bad data you're trying to save to the custom record?
k
Not a bad data but trying to wrap into csv files
and save as custom record