var targetTime = new Date(); targetTime.setMinutes(targetTime.getMinutes() + targetTime.getTimezoneOffset()) let soRec = record.load({ type:’salesorder’, id:51451//internal is of sales order }); soRec.setSublistValue({ sublistId: ‘item’, fieldId: ‘requesteddate’, line: 0, value: targetTime }); soRec.save()
Month: December 2022
The visible function from the knockout template to knockout js
The way to link the visible function from the template and js file Thank you.
On the checkout get the customer’s details on the js file
The customer data can be received on the js file using the method ‘Magento_Customer/js/model/customer’ Using this we can fetch the customer data on the checkout js. Thank you.
How to convert an extension into bundle.
To prepare our extension for bundling: So for this we need to create folder in the file cabinet in our NetSuite this will be containing our extension files, including the Manifest.json. For example : SuiteScript/Deploy_Extensions/<VendorName>/<ExtensionName>@<Version>/ Click edit next to the extension folder you are including in the bundle. 2. In the Document Folder record, check the Available for… Continue reading How to convert an extension into bundle.
To make images of same size
To make these images of same width and aspect ratio you need to add css of Result after applying this
email address experienced bounce
email address experienced bounce to solve this issue we need to login to netsuite and make changes we need to go this navigation and select the account and we need to remove then it will go that error
How to Reprinting a Check
How to Reprinting a Check
How to add paypal Payment method to checkout page using Netsuite.
If customers wants to place there order by paying using paypal, they can use payment method as paypal checkout method. If you do not already have a PayPal merchant account, go to PayPal to set one up. In NetSuite, you can go to Setup > Accounting > PayPal Accounts > New and click the link near the top of… Continue reading How to add paypal Payment method to checkout page using Netsuite.
How to Get URL Parameters with JavaScript
How to Get URL Parameters with JavaScript
SuitePOS Error: Error getting the transaction – UNEXPECTED_ERROR null
This happens when you try to retrieve a transaction (server side) and the transaction has not been written to the server yet. This can happen when retrieving a sales order or (possibly) when you are trying to do an on-demand search.