Netsuite Tutorials: Netsuite Timesheet issue with new design and Suite Script 1.0 API.
Hi All, As Netsuite got upgraded to 2018.1.0 , we are seeing many issues also. One issue is that Netsuite time sheet is not supporting Suite Script 1.0 APIs for New UI. In New Netsuite UI, which you can enable by navigating to Setup > Company > Enable Features > Employees > New Weekly Timesheet. New time sheet UI works well for Suite Script 2.0 API but it has major issue with Suite Script 1.0 . What is issue: In Release 2018.1.0 few Suite Script 1.0 apis are not supported : 1. nlapiCreateSearch(type, filters, columns) 2. nlapiExchangeRate(sourceCurrency, targetCurrency, effectiveDate) 3. nlapiLoadSearch(type, id) 4. nlapiRefreshLineItems(type) 5. nlapiSearchDuplicate(type, fields, id) 6. nlapiSearchGlobal(Key...