You can use the Copy option available in the Action list on the Saved Bundles page to copy a customization bundle from one account into another. You can copy one bundle to multiple other accounts. If you make changes to the original bundle, you can repeat the copy action to update copied bundles in other… Continue reading Copying a Bundle to Other Accounts
Author: Swathi Krishna K S
Types of Bundles
Two types of bundles can be made available for installation in NetSuite accounts: A customization bundle is a group of custom objects that implement customized behavior in the NetSuite application. Customization bundles allow installation of application packages. Customization bundles can include objects such as custom forms, SuiteScripts, and website layouts. Preferences can be set for some types… Continue reading Types of Bundles
Receiving orders using RF-SMART
RF-SMART is an industry-leading SuiteApp that provides some of the most advanced real-time inventory management tools like cycle counting, Mobile Pick Pack Ship, and Work Center Reporting. Orders can be received and picked using RF-SMART. There are also other options available using RF-SMART as shown below. For receiving orders using RF-SMART navigate to RF-SMART>Client>client. Select… Continue reading Receiving orders using RF-SMART
Displaying a table with data added dynamically from saved search in the pop-up dialog box
Creating a pop-up dialog box other the dialog.create method.
Here the pop-up dialog box is not created using dialog.create method. Using dialog.create method we cannot increase the width of the dialog box. Code:
N/cache Module
Use the N/cache module to enable temporary, short-term storage of data. Data is stored in the cache according to its time to live (ttl) specified in the Cache.put(options) method. You can use this module to build a cache to store and retrieve string values using a specific key. The N/cache module is supported by all server script… Continue reading N/cache Module
Proposal For Notification When Item Becomes Available To Ship.
Proposal Summary This proposal outlines the scope of sending automated email notifications to CSRs and Logistics when an item becomes available to ship in sales orders either by inventory adjustment or by creating item receipts. Requirement Need to update the existing functionality that sends automatic emails when creating inventory adjustment or item receipt listing all… Continue reading Proposal For Notification When Item Becomes Available To Ship.
Adding scroll bar to dialog box
css code can be added to add scroll bar: body { overflow-y: hidden; /* Hide vertical scrollbar */ overflow-x: hidden; /* Hide horizontal scrollbar */} we can also specify the height of the dialog box for which the scroll bar is added: body { overflow-y: scroll; display: block; height:150px;}
To change Date Format
To change date format to 2023-02-01
Pop-up dialog box with a table of data
Output: