Create a Zip file with all the files needed to be uploaded to the Netsuite filecabinet. Go to file cabinet and click Advanced Add. To upload a .zip file, in the Zip Archive to Add field, click Choose File, and then find the file you want to upload to NetSuite. Click Open. In the Character… Continue reading Bulk Upload Of Files To The File Cabinet
Author: Gloria George C
Pre-dispatch verification Scanning Page
An icon is created for Pre-Dispatch Verification in WMS. Upon clicking the Icon, the Suitlet page is displayed. User can scan waybill and item labels by following the process flow. We have created two fields in Item Fulfilment record, PRE-DISPATCH VERIFICATION DATE, PRE-DISPATCH VERIFICATION DONE BY. On processes complete the user and the date information… Continue reading Pre-dispatch verification Scanning Page
UBUYK-951 Proposal for Invoice import optimization
Adobe Commerce Netsuite Item Integration
Kit item and inventory item is integrated with this process. The kit will be mapped as a Bundle product and the Inventory item is mapped as a Simple product in Adobe commerce. The items are shown as matrix items on the Website. In NetSuite, an attribute sublist in the item record is used to store… Continue reading Adobe Commerce Netsuite Item Integration
Suitlet to get the ETA and the arrival Quantity
This script calculates the ETA and the quantity that will be available on the ETA. This script calculates ETA for both inventory items and Kit items. Git- ETA calculation
How to remove specific standard alerts?
Specify the keywords in the standard alert in the include function in the following snippet. It will block the standard alert that we specified using keywords.
How to search Multiple Items using Item Name
The following Formulas can be used for this search. The user should use the formula numeric as it is compatible only with it. It should be used in the criteria to get the result. CASE WHEN {internalid} IN (1111, 2222, 3333) THEN 1 ELSE 0 END CASE WHEN {internalid} = any(1111, 2222, 3333) THEN 1… Continue reading How to search Multiple Items using Item Name
Get All Files Available in a specific Folder
We can use folder search to list all the files available in one folder.