Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
FireFox 14.0.1 causing SuiteScript issues
I have just upgraded two users to FireFox 14.0.1 and am now experiencing SuiteScript errors with scripts that have been working fine for months.
The specific error I'm getting is:
*****
An unexpected error occurred in a script running on this page.
getDiscounts (button)
customform
TypeError: nsSelectValue(c, "@fields") is null
*****
After stepping through the code, it appears to be from the var itemRecord line below:
var recType = nlapiLookupField('item',intItemIndex, 'recordType');
var itemRecord = nlapiLoadRecord(recType,intItemIndex);
var strItemListPrice = itemRecord.getLineItemMatrixValue('price','price', 1, 1);
Anyone else seen any issues?