Discussions
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).