Focus to the mandatory field automatically on saving

This script is written for a NetSuite Client Script and performs several tasks related to field validation, focusing on mandatory fields, and ensuring the user can easily correct missing or invalid inputs. Key Functionalities: Highlight and Focus on Missing Fields: The script highlights mandatory fields that are missing a value during the save operation. It… Continue reading Focus to the mandatory field automatically on saving

Resolving Missing Custom Sublist Data on Transaction Records

Issue: Custom sublist data is not visible on transaction records, even though the sublist is correctly defined and linked. Cause: The custom sublist is not properly configured or added to the form. Data is not saved correctly in the custom sublist due to missing field mappings or scripts. Permissions for the custom record or fields… Continue reading Resolving Missing Custom Sublist Data on Transaction Records

Fixing Email Capture Records Not Linking to Transactions

Issue: Emails captured using the Email Capture feature are not automatically linked to related transactions (e.g., sales orders or invoices). Cause: Email parsing rules are not configured correctly. The sender’s email does not match the email address on the associated customer record. The transaction type is not enabled for email capture linking. Solution: Configure Email… Continue reading Fixing Email Capture Records Not Linking to Transactions

Resolving Custom Roles Not Displaying Fields on Record Forms

Users with a custom role cannot see certain fields on record forms, even though the role permissions seem correct. Cause: The field is restricted by role-based access settings. The form assigned to the role does not include the field. The field is marked as hidden or not available for the specific record type. Solution: Check… Continue reading Resolving Custom Roles Not Displaying Fields on Record Forms

Unexpected error in downloading workflow xml

The error causing because any action or transition condition is referring to a null value. It will give on formula typo. Example, if we add a formula as like the below will cause the issue: a!=!=12 this is one of the reasons recently found and resolved by taking NetSuite support.

SCM mobile WMS – Exporting Mobile Processes

After you complete your customizations on a custom process, you can export it. For standard processes, you can export updates made through Mobile Configuration. When you export standard and active custom mobile processes, you generate an appConfig.js file. You can export standard processes one at a time and multiple custom processes at a time. One… Continue reading SCM mobile WMS – Exporting Mobile Processes

SCM mobile WMS – Customizing Mobile Popup Windows

You can create a custom mobile page and set it up as a popup window. Popup windows enable you to display messages, such as warnings and errors, without transferring to another mobile page. You can also use them to perform additional actions, aside from those included in the main process flow. Within a custom mobile… Continue reading SCM mobile WMS – Customizing Mobile Popup Windows

SCM mobile WMS – Customizing Mobile Processes

You can clone a standard mobile process to create your custom process and customize it according to your business requirements. Within your custom mobile process, you can add pages or page elements, set up the actions of a button, and perform other such customizations. When you clone a mobile process, you create a duplicate version… Continue reading SCM mobile WMS – Customizing Mobile Processes

Requesting Read Receipts

Read receipts ensure that recipients have received a message, which is important when sending important information or time-sensitive transactions. With NetSuite, you can include read receipts on outgoing email messages to individual recipients. When you check the Request Read Receipt box on an email message in NetSuite, the email client of the recipient receives a… Continue reading Requesting Read Receipts

Create Integration Records for Applications to Use OAuth 2.0

Before users can authorize an OAuth 2.0 application, an integration record must be created, or edited for the application. Administrators or users with the Integration Application permission can create, or edit integration records. For more information To create an integration record for an application: Go to Setup > Integration > New. Enter a name for your… Continue reading Create Integration Records for Applications to Use OAuth 2.0