Setting NetSuite Integration Record

There are a few steps that are needed before setting up the actual Integration record Enabling required NetSuite feature Make sure that all features are enabled by navigating to Setup > Company > Enable Features. Under the SuiteCloud subtab, find the Manage Authentication field group and enable the Token-Based Authentication and OAuth 2.0 features. Set up a custom integration-specific role Navigate to Setup >… Continue reading Setting NetSuite Integration Record

Enhancement in Netsuite

Enhancement in Netsuite is a product modification that is not currently available in Netsuite. You can see all the enhancements in Netsuite. Enhancements are voted on suite answers. Netsuite will work on the enhancement which has more votes. To see the enhancement To see the enhancement you should have a Netsuite account center role. Click… Continue reading Enhancement in Netsuite

Scheduling Fixed Asset Creation

Scenario: If the bill/journal contains lines that don’t have fixed assets created is greater than 100,  The script will create fixed assets with scheduled process. The script will be scheduled for every 1 hour. And the scheduled script will send the email to the bill owner after creating the fixed asset for that bill. Solution:… Continue reading Scheduling Fixed Asset Creation

Rescheduling Tasks using scheduling script

Scenario: Example for rescheduling tasks using scheduling task For rescheduling, you need to import ‘N/task’ module first. It is needed for creating each rescheduling tasks after reaching the limit of remaining governance. You can just call this function whenever you want rescheduling. You can change the parameters of the function according the requirement. In this… Continue reading Rescheduling Tasks using scheduling script

Automatically creates Fixed Assets from Vendor bill/ Journal

Scenario: Automatically create fixed assets from Bills/Journals when these records are created in Netsuite Solution: When a vendor bill/journal creates corresponding fixed asset records will be created automatically if the line count is less than 10. //JJ UE FA Automation QG-118.js //JJ CS Validations for FA Creation QG-119.js Vendor bill Example:

Navigation from One suitelet to Another suitelet

Scenario: By clicking from a suitelet it need to be navigate to another Suitelet Solution: Every elements in the suitelet can be added by using usual suitelet form and form elements. To navigate from a suitelet to another you can use window.location.href, along with URL. In this example, projects are listing and according to the… Continue reading Navigation from One suitelet to Another suitelet

Showing values of a field according to the values of another field using Suitelet

Scenario: There can be one or more tasks can be for a project. Here We are listing projects and It has to list the project tasks of selected project using a suitelet. Solution: //JJ SL Suitelet.js //JJ CS Validations.js

Supply Allocation Calculation and Inbound Shipment

Based on the preference setting or based on the predetermined schedules NetSuite can perform supply allocation calculations automatically. The following are different supply allocation calculations, Automated Real-Time – NetSuite calculates allocation automatically in real-time if we set the Perform Supply Allocation After Transaction Entry, Update or Delete preference. Calculates allocation each time a demand order is created, edited,… Continue reading Supply Allocation Calculation and Inbound Shipment