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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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