Requirement There is a custom record named “Bin Enhancement” associated with the inventory items. We can create multiple custom record for a single item. The custom record is used to store the bin number in a particular location from the item record. We have a scheduled script to automate the creation or updation of this… Continue reading Saved Search to fetch the recently created active custom record for an item
Author: Aranya T R
PDF template to split a value with a divider
Requirement Client would like to make everything prior to the “|” divider 1 font larger and bolder in the item name Attached the current template Solution <span style=”font-size: 18px;”> <b>${record.name[0..*43]?split(‘|’)[0]}</b></span> | <span style=”font-size: 17px;”>${record.name[0..*43]?split(‘|’)[1]} </span>
Improve the quality of the captured image through HTML
We can follow the below steps to Higher Video Resolution: Improved the resolution of the video feed by specified the width and height properties. Canvas Size: Made the canvas element (<canvas>) has the same dimensions as the video feed to avoid any scaling issues. You can set the canvas size dynamically based on the video… Continue reading Improve the quality of the captured image through HTML
Proposal for Paddock season Batch Number Automation
Proposal Summary Hay Australia needs an automated system to generate QA/Batch Numbers based on various parameters. This proposal outlines the development of a solution to automate the generation of QA/Batch Numbers for Paddock Seasons. The customization will create custom records that contain the necessary parameters for batch number generation. Requirement Hay Australia demands that QA/Batch… Continue reading Proposal for Paddock season Batch Number Automation
Script to send an automated email once the customer submits the return online
Requirement Set up an automated email system to send customers a confirmation email once they submit a return request online. This email will provide important information about the return process, including details about the Return Merchandise Authorization (RMA) and the return label. Create an automated email once the customer submits the return online of what… Continue reading Script to send an automated email once the customer submits the return online
Proposal for NetSuite-ShipStation Integration
Jira task : OIUS-779 Proposal summary This proposal outlines the integration between NetSuite and Ship Station for OneSource. The aim is to synchronize the order fulfillment process by incorporating NetSuite orders, including UI orders, SCA orders, Site builder orders, and others, into the Ship Station platform. This will streamline the shipping and tracking processes for… Continue reading Proposal for NetSuite-ShipStation Integration
Display Item Image URL on Transaction Columns
This articles aims to create a clickable column on transactions to view line item images. I. Create a Custom Item Field 1. Navigate to Customization > Lists, Records, & Fields > Item Fields > New 2. Provide a Label 3. Set Type to Hypelink 4. Mark the Store Value checkbox 5. Under Applies To tab, select the item type (e.g. Inventory Item) 6. Under Display tab, set Subtab to Main, then insert a Link Text field (e.g. View Image) 7. Click Save II. Upload image to File… Continue reading Display Item Image URL on Transaction Columns
Suitelet script to capture the image
Created an external suitelet page that can be navigated from the WMS app. In the suitelet page, we can create an element that opens the camera and capture the image. The captured image can be sent to the NetSuite file cabinet. We can achieve this with the help of an HTML page and attached the… Continue reading Suitelet script to capture the image
Proposal for Implementing P2P Workflows
Requirement EVersum has expressed their desire to establish an approval process that efficiently manages the purchase invoice, proforma invoice, and payment approval process. The process aims to provide a streamlined and efficient approach for managing the approval process while ensuring appropriate financial control and oversight. Each step needs to be done only by authorized users,… Continue reading Proposal for Implementing P2P Workflows
Displaying a Summary Box in the Suitelet page
Requirement We have a custom page developed using the suitelet script which is used for the bulk approval of bill records. Client needs to add a summary box in the custom page to show the total, sub total and tax for all the bills which are displayed in the page. Solution I have added a… Continue reading Displaying a Summary Box in the Suitelet page