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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Possible bug(s) with nlapiSendFax()
Every time I dig-in and get ready to use this method I find something wrong.
From the help:
body {string} [optional] - Body of the outgoing fax
OPTIONAL
My code:
nlapiSendFax( -5, '949.724.1191', 'non-internal recipient test', null, { record:'467', recordtype:'35' }, result); Results in:
SSS_MISSING_REQD_ARGUMENT
This code:
nlapiSendFax( -5, '949.724.1191', 'non-internal recipient test', 'This is the body!', { record:'467', recordtype:'35' }, result); Doesn't throw an error, but it also doesn't attach the fax and the fax never actually arrives.
Steve Klett | Senior Developer
NetValue Technology
0