Locking a Record Based on the Return Value of a WorkflowAction Script

To lock a record based on the return value of a workflowaction script: Specify the type of the return value as the script parameter. For example, if the return value is 0 or 1: Eg: if(statusInfo === ‘Approved’){return 1;}else{return 0;} Here, the return type is an integer number, so you can specify it as a… Continue reading Locking a Record Based on the Return Value of a WorkflowAction Script

Shared Vendor Bill Customization- Proposal

Requirement  Client requires to generate the ‘Shared Vendor Bill’ record in the related records tab under the corresponding bill. Also needs to set up a customization to lock he bill corresponding to SVB record till the SVB approval completes.  Approach and Methodology  To display the related shared vendor bill record under the corresponding bill ,we… Continue reading Shared Vendor Bill Customization- Proposal

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

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.