Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Some nits on docs
OK, these are nits I'm sure but wanted to express just the same. With various times when APIs break because the parameter was not a string or not an Array (e.g. one thread here where we need to make sure the value is a string -- val.toString() ), it may be more important than not.
Inconsistencies:
- There are numerous APIs that require the RecordId to be passed. On some, this is identified as type Integer. On many others it is identified as type String. Although Javascript is loose typing, I still prefer to code as if it is strong typed -- just good practice. (compare nlapiLookupField and nlapiLoadRecord for example).
0