-
NSC | Why a Custom Record does not appear in Global Search
Scenario A custom record has been created successfully, but users cannot find it using NetSuite Global Search. Common symptoms include: The record exists and can be opened directly. Saved searches return the record correctly. Administrators can find the record, but standard users cannot. Newly created records do not appear…
-
Credit Memo Approval
Hello. I was referred to the thread NSC | How To Set-up a Credit Memo Approval Workflow to create an approval workflow for credit memos. I'm aware that the workflow as described would require a custom field for Approval Status. The workflow as described still leaves a loose end on the issue I'm trying to solve though - Is…
-
NSC | Why a Custom Record cannot be Deleted
Scenario A user attempts to delete a custom record, but the delete action is unavailable or NetSuite prevents the deletion. Common symptoms include: The Delete button is missing. Users receive an error when attempting deletion. Administrators can delete the record, but standard users cannot. The record appears linked to…
-
NSC | Why a Workflow is skipping certain Records
Scenario A workflow runs correctly for some records, but completely skips others that appear to meet the same criteria. Common symptoms include: Some transactions trigger the workflow while others do not. Workflow history is missing for certain records. Actions, emails, or field updates occur inconsistently. The workflow…
-
NSC | Why a Workflow Action works in Testing but not Released Mode
Scenario A workflow action works correctly while the workflow is in Testing mode, but stops working after the workflow is moved to Released status. Common symptoms include: Field updates stop applying. Workflow emails no longer send. Workflow buttons disappear. Actions work for the workflow owner but not for other users.…
-
NSC | Why a Workflow Transition never occurs
Scenario A workflow appears to run correctly, but it never moves to the next state. Common symptoms include: The workflow remains stuck in the same state. Transition arrows never activate. Actions tied to the next state never execute. Workflow history shows the workflow initiating successfully but never progressing. This…
-
NSC | Why a Workflow runs multiple times on the same Record
Scenario A workflow is expected to run once, but instead it triggers multiple times on the same record. Common symptoms include: Multiple workflow emails being sent. Repeated field updates. Duplicate notes or tasks being created. Workflow history showing repeated executions on a single save. Workflow actions triggering…
-
NSC | Why a Custom Form is not showing the correct Tabs
Scenario A custom form is assigned correctly, but users notice that expected tabs or subtabs are missing when viewing a record. Common symptoms include: Tabs appear for some users but not others. Tabs are visible in Edit mode but missing in View mode. A custom subtab exists on the form configuration but does not display on…
-
NSC | Why a Workflow cannot update a Locked Transaction
Scenario A workflow is configured correctly and triggers successfully, but it cannot update certain transactions. Common symptoms include: Workflow field updates do not apply after approval. State transitions occur, but field values remain unchanged. Workflow actions work on open transactions but fail on completed or…
-
NSC | Why a Field Value changes automatically after Save
Scenario A user enters or updates a field value on a transaction or record, but after saving, the value changes automatically to something else. Common symptoms include: A department, class, or location changes after save. A checkbox becomes unchecked automatically. A status or approval field updates unexpectedly. Users…
-
NSC | Why a Custom Record Cannot Be Accessed by Non-Admins
Scenario A custom record works correctly for Administrators, but non-admin users cannot access it. Common symptoms include: Users receive a permission violation error. The custom record does not appear in menus or global search. Users can see the parent record but not the related custom record. The record is accessible in…
-
NSC | Why a Transaction Field cannot be Hidden
Scenario An administrator attempts to hide a transaction field using form customization, but the field continues to appear on the transaction. Common symptoms include: The field is marked hidden on the custom form but still displays. The field disappears for some users but not others. The field reappears after save or page…
-
NSC | Why a Custom Child Record is not displaying on the Parent Record
Scenario A custom child record is linked to a parent record, but the child records do not appear on the parent record page. Common symptoms include: The child records exist and can be opened directly. The relationship is configured correctly, but no subtab appears. Some users can see the child records while others cannot.…
-
NSC | Why Customizations behave differently in Sandbox and Production
Scenario A customization works correctly in a Sandbox account but behaves differently after deployment to Production. Common symptoms include: Workflows triggering differently. Scripts working in Sandbox but failing in Production. Fields or forms appearing differently. Saved searches returning unexpected results.…
-
NSC | Why a Workflow is not triggering on Record Edit
Scenario A workflow is expected to run when a record is edited, but nothing happens after the update is saved. Common symptoms include: The workflow triggers on record creation but not on edits. Workflow states never transition after updates. Workflow actions, emails, or field updates do not execute during edits. The…
-
NSC | Why a Workflow Condition is always False
Scenario A workflow condition appears to be configured correctly, but it never evaluates to true. Common symptoms include: The workflow never transitions to the next state. Workflow actions never trigger. Buttons or fields controlled by the workflow never appear. Testing different records still produces the same result.…
-
NSC | Why a Workflow Action does not update a field
Scenario A workflow action is configured to update a field, but the field value does not change when the workflow runs. Common symptoms include: The workflow triggers successfully, but the field remains unchanged. The action works on some records but not others. No workflow errors appear, yet the field update never…
-
NSC | Why a Custom Transaction Body Field is Read-Only
Scenario A custom transaction body field appears on a transaction form, but users cannot edit it. Common symptoms include: The field is visible but grayed out. Users can edit the field on some transactions but not others. The field was previously editable and suddenly became read-only. Administrators can edit the field,…
-
NSC | Why a Custom Form does not appear in the Form selector
Scenario A custom form is created successfully, but users cannot find it in the Custom Form selector on a transaction, entity, or record. In many cases: The form was recently created or modified. The form works for some users but not others. The form appears in customization lists but not during record entry. This is a…
-
NSC | Why a Field defaults incorrectly on Transactions
Scenario A transaction field automatically populates with an unexpected value during record creation. Examples may include: The wrong location defaulting on Sales Orders. An incorrect department or class appearing automatically. A shipping method defaulting unexpectedly. Employee, subsidiary, or currency fields populating…
-
NSC | Why a Custom Checkbox does not retain its value
Scenario A custom checkbox field is checked during record creation or editing, but after saving the record, the checkbox becomes unchecked again. This issue commonly occurs on transaction forms, entity records, and custom records where the checkbox appears to save correctly during editing but does not retain the selected…
-
NSC | Retrieve Active Items Using SuiteQL
Scenario A user wants to get a list of active items in NetSuite. This can be helpful when reviewing item records or creating a simple item report using SuiteQL. Return active items with the following information: Information Needed Description Item Internal ID The internal ID of the item Item Name / Number The item name or…
-
NSC | Retrieve Item Details and Quantities from Transaction Lines Using SuiteQL
Scenario A user wants to review transaction line data and identify which items were used on transactions, along with the item name and quantity. This is useful when creating a report or SuiteQL query that shows item-level transaction details, such as items sold, purchased, fulfilled, received, or otherwise referenced on…
-
NSC | Why the Department Field does not appear on Item Fulfillments
Scenario You customize an Item Fulfillment form and expect the Department field to appear on the transaction, but the field is missing even after: Enabling the field on the form customization. Reviewing the transaction form configuration. This can be confusing because the field appears available in some areas of NetSuite,…
-
NSC | Why the Class Field does not appear on Item Fulfillments
Scenario You customize an Item Fulfillment form and expect the Class field to appear on the transaction, but the field is missing even after: Enabling the field on the form customization. Reviewing the transaction form configuration. This can be confusing because the field appears available in some areas of NetSuite, but…
-
NSC | Client Script not triggering on Sales Orders but triggers on Purchase Orders
Scenario A client script is deployed to a Sales Order, but it does not trigger. The same script works when deployed to another transaction type, such as a Purchase Order. This behavior can happen when the target record already has multiple scripts deployed. NetSuite allows a total of 10 scripts to be deployed on a record,…
-
NSC | Unable to select Shipping Method field in a Workflow
Scenario You are creating or updating a transaction workflow and want to automate the shipping method on a transaction. When adding workflow logic, you search for a field named Shipping Method, but it does not appear in the available workflow field list. This can be confusing because the transaction form may display the…
-
NSC | Can You Stop a Running Scheduled Script in NetSuite?
Scenario An administrator notices that a Scheduled Script is consuming processing time continuously and needs to be stopped immediately. Typical troubleshooting attempts may include: Undeploying the script deployment Changing the deployment status Deleting the deployment record Removing the SuiteScript file from the File…
-
NSC | Show Field Values Correctly in Workflow Email Notifications
Use Case: Users may notice that Workflow-generated emails display field IDs such as: {custbody_xxx} instead of the actual field values. This commonly occurs when HTML tags are mistakenly inserted inside the curly braces of the field reference. How It Works: Navigate to Customization > Workflow > Workflows Locate the…
-
NSC | Disable User Error Email Notifications for Script Owners
Use Case: When a bundle containing scripts is installed, the installer becomes the Script Owner by default. If a script encounters a User Error, the Script Owner may receive email notifications. Users who do not want to receive these notifications can disable the setting on the script record. How It Works: Navigate…