Available Standard Fields and Field Types for Custom Record Types and Source Lists

Custom record types and source lists can use sourcing with the standard fields and records listed in the following table. In addition to standard records, you can use custom fields and record types for sourcing. When using custom fields and record types for sourcing, the field type selected depends on the field type of the… Continue reading Available Standard Fields and Field Types for Custom Record Types and Source Lists

How to create a React-JS application and host it on the NetSuite file cabinet

We can use the ‘Vite.js’ development tool for creating a React-JS application and deploying it to the NetSuite file cabinet. To install Vite, use the command in CMD: To create a new Vite react project(replace ‘project-name’ with actual project name): You will be able to select the framework (react) and variant(typescript) executing the previous command.… Continue reading How to create a React-JS application and host it on the NetSuite file cabinet

Promocode Error

If the customers encounter the error message: ‘The Coupon code you entered requires you to first login. Please login to your account and re-enter the coupon.’ when trying to apply a Promo Code on the web store Solution Navigate to Commerce > Marketing > Promotions > Edit the Promotion For Non-SuitePromotions Under Primary Information section, enable AVAILABLE TO ALL CUSTOMERS check boxNote: For SuitePromotions enable Everyone checkbox available… Continue reading Promocode Error

Theme Developer Tool – Error On Activation

Step 1: Edit the overrides.js File Locate the gulp/extension-mechanism/overrides.js file in the top-level directory of your theme developer tools installation. Add the following lines of code to the overrides.js file: file_path = file_path.replace(extension_manifest.vendor + ‘/’, ”);file_path = file_path.replace(extension_manifest.name + ‘/’, ”); The following example shows where to place the new lines: Step 2: Deploy and Activate Your Theme

Gift Certificate Error After Return Request Submitted

Step 1: Create the Override File Following the instructions and recommendations in the Patch Using Override Mode procedure, create a new directory and file: /Modules/extensions/ReturnAuthorization@1.0.0/JavaScript/ReturnAuthorization.Model.js. In the new ReturnAuthorization.Model.js file, find and replace the following line of code with the provided code sample. Step 2: Prepare the Developer Tools For Your Patch When preparing the Developer Tools for your patch… Continue reading Gift Certificate Error After Return Request Submitted

Resolve Error: “Feature Approval Routing must be enabled. Please enable the feature and re-try” When Installing NetSuite Approval Workflow

When installing the NetSuite Approval Workflow bundle, an error is received: Feature Approval Routing must be enabled. Please enable the feature and re-try. Solution Navigate to Setup > Company > Enable Features Click Employees Time & Expenses section:  Approval Routing: Mark Checkmark Click Save

Setup a Workflow to Return Error When the Hire Date Field is Empty

In the events that the Hire Date cannot be set to mandatory in the form, we can create a workflow to return an error when the Hire Date field is empty and prevent to submit the employee record. Solution Navigate to Customization > Workflow > Workflows > New Basic Information: • Name: Enter Hire Date Validation• Record Type: Select Employee• Execute as Admin: Enter Checkmark• Released Status: Select Released• Keep Instance and History: Select Always• Enable Logging: Enter Checkmark Event Definition: • On… Continue reading Setup a Workflow to Return Error When the Hire Date Field is Empty

Error Encountered When a Workflow was Copied from Sandbox to Production

Scenario There are instances when an Approval Workflow is Copied from Sandbox into Production and it causes a SuiteScript Error in opening existing Sales Order records. The Workflow may function well in Sandbox but is not behaving as expected in the Production. Solution Navigate to Lists > Mass Update > Mass Updates Click Workflow Click Cancel Workflow from Sandbox Click Save Navigate to Lists > Mass Update > Saved Mass… Continue reading Error Encountered When a Workflow was Copied from Sandbox to Production