Create an Item Saved Search: Navigate to Lists > Search > Saved Searches > New Select Item Click Criteria tab Click Standard subtab Filter: Select: Internal ID Value: Select None Of Enter the Internal IDs of the items user does not want to appear on the sales order Tick the Public checkbox Search Title: Enter Title Click Save Customize… Continue reading Restrict service item for sale on the sales order
Author: SreeVidhya Sanoj
An error occurred when picking an item in WMS
Scenario The error “You have entered an Invalid Field Value XXX for the following field: picker” is encountered when a user without any warehouse role is trying to pick an item. Employee: Employee AAccess: Administrator role only Here are the steps to reproduce: 1. Using RF Mobile > navigate to Warehouse > Picking > Single Order Picking > Sales Order 2. Enter… Continue reading An error occurred when picking an item in WMS
Proposal For Creation of Case record using Online Case Form
Proposal summary This proposal covers that creating the case record automatically in Netsuite when the customer click the submit button in the Website and populate the fields in the website in the corresponding case record and its proposed solution. Requirement This is our requirement, Method-1 – IFrame in WordPress How much effort is required… Continue reading Proposal For Creation of Case record using Online Case Form
Email Case Capture
The Email Case Capture feature automatically converts customer support messages your company receives into organized cases in NetSuite. An administrator can enable this feature at Setup > Company > Setup Tasks > Enable Features >CRM > Email Case capture. Check the email case capture and save. When cases are submitted, each case is automatically: saved in… Continue reading Email Case Capture
Proposal for WMS Customization Phase-1
Proposal summary This proposal covers that WMS implementation and customization for XSEED–Phase 1 and its proposed solution. Requirement 1 Bulk Fulfilment On Waves being marked shipped/ Item fulfillments being marked shipped Transporter Integrations- API integration between Netsuite and Shiprocket (available) or any other transporter (to be integrated- not in WMS scope) to manifest these orders… Continue reading Proposal for WMS Customization Phase-1
WMS fulfill orders in packed status directly using System Rule
When wave has released to WMS. We can pick the order using the Picking icon in WMS. NetSuite WMS generates fulfillment records from completed pick tasks. It follows your preference to generate fulfillments per order or per order line. By default, it marks the generated fulfillments record as Picked. You can change this default status… Continue reading WMS fulfill orders in packed status directly using System Rule
Saved search formula to set Due date 3 working days after the order date
The saved search formula will be in the result column which exclude the weekend dates and set the due date 3 days after order date in DD/MM/YYYY format Formula text: CASE TO_CHAR({trandate} + 3, ‘D’) WHEN ‘1’ THEN TO_CHAR({trandate} + 5, ‘DD/MM/YYYY’) WHEN ‘7’ THEN TO_CHAR({trandate} + 5, ‘DD/MM/YYYY’) ELSE TO_CHAR({trandate} + 3, ‘DD/MM/YYYY’) END
User Unable to View Events by Subordinates
When the user tries to view the event of another employee it shows alert messages which look like below The role of the user has full access to calendar and events But still the user shows alert message; Solution The Event can only be visible to other users given the following scenario: 1. User is set as… Continue reading User Unable to View Events by Subordinates
Saved search criteria to get the customers have latest date difference b/w today and system note date for setting a field value.
Send PO details in Excel Format to SFTP Server
User event script is used to store the PO details in file cabinet and send it to SFTP server in Excel format.