Proposal Summary Flowco needs to have enhancements on Inventory Count and Inventory Adjustments. Requirement Flowco needs to have the following enhancements on Inventory Count and Inventory Adjustments. Currently, the Inventory Adjustment is not having reference to the corresponding Inventory Count. So they need to have a hyperlink on the Inventory Adjustment record back to the… Continue reading Proposal for Inventory Count and Adjustment Enhancement
Tag: Netsuite
Time sheet records and time track records in Netsuite
Timesheet records are kind of records which keeps the time records of each customer. The records are for a week. Ie; it keeps the time record of each week. Whether you use time tracking features within NetSuite or you use some other system for employee time entry and approval, now is the time to take… Continue reading Time sheet records and time track records in Netsuite
Integration of Google maps in Netsuite
In the era of cloud based business and communication services, integration of services, processes and product has become a necessity for a business to improve its efficiency and productivity. The integration of two major cloud based service providers that don’t requires anyone’s introduction NetSuite and Google Apps has potential to completely change entire work efficiency… Continue reading Integration of Google maps in Netsuite
Generating passwordGUID and hostkey for connecting external servers via suitelet
Solution var HTTPSMODULE, SFTPMODULE, SERVERWIDGETMODULE;var HOST_KEY_TOOL_URL = ‘https://ursuscode.com/tools/sshkeyscan.php?url=’;/** *@NApiVersion 2.x *@NScriptType Suitelet *@NModuleScope Public */define([“N/https”, “N/sftp”, “N/ui/serverWidget”], runSuitelet);//********************** MAIN FUNCTION **********************function runSuitelet(https, sftp, serverwidget){ HTTPSMODULE= https; SERVERWIDGETMODULE= serverwidget; SFTPMODULE= sftp; var returnObj = {}; returnObj.onRequest = execute; return returnObj;}function execute(context){ var method = context.request.method; var form = getFormTemplate(method); if (method == ‘GET’) { form =… Continue reading Generating passwordGUID and hostkey for connecting external servers via suitelet
NetSuite integration using Woocommerce REST API.
WooCommerce Integration using WooCommerce REST API