It’s not possible to access the Bounced Email Address page directly. Instead, we can access the Bounced email addresses and log dates through the Undelivered Email list, using the reason: “Not sent: Specific address(es) recently bounced.” (List → Relationships → Bounced Email Addresses) What we can retrieve: Only the email address and the log date… Continue reading Fetching Bounced Email List in NetSuite
Author: Harish Kanna S
Sending Email to Group of Recipients
In NetSuite’s standard behavior, when using email.send, we’re not allowed to send emails to more than 10 recipients at a time. If the recipient count exceeds 10, the system throws an error, and the email fails to send. To handle this scenario, we can send emails in batches, with each batch containing 10 recipients. This… Continue reading Sending Email to Group of Recipients
Utilizing TimeZone in the N/Format module Effectively
We are using the format module to convert dates into a standardized string format. First, we parse the date using format.parse(), and then format it using format.format(). When dealing with time values, we plan to apply the timezone. However, we need to know where to use the timezone so that it does not affect the… Continue reading Utilizing TimeZone in the N/Format module Effectively
Data not auto sourced for the custom field created.
We can auto-source the field value from other fields using multiple methods, such as scripts or by configuring the custom field sourcing options While using custom field sourcing for the custom field under the Sourcing & Filtering subtab. Make sure to uncheck the Store Value checkbox to source and display the sourced value in the… Continue reading Data not auto sourced for the custom field created.
Unlocking the Locked Custom Item Field (Manually Created)
The Custom Item field is locked automatically when the field is used in the Commerce Website Setup in the SuiteCommerce Advanced. Solution: If the website is not in use or is inactive, we can remove it under the Field Set tab after confirming that it won’t have any impact. If the website is in use… Continue reading Unlocking the Locked Custom Item Field (Manually Created)
Role Configuration Specifications
From the client’s requirements, we customized the role to grant the specific permissions requested by the client and assigned them to the employees. When creating a custom role, we not only provide permissions but can also perform additional actions, such as restricting the record form or limiting employees to view only the details of their… Continue reading Role Configuration Specifications
Invalid GST Rates: GST rate of tax is incorrect or not as notified
In the Tax integration we may face the issue GST rate of tax is incorrect or not as notified. This is Because we can use only some set GST rate provided by the GST site.
Fire Slaving Sync to Commit line
For custom record we use client script for sourcing and validation. At that time, we may face issue to commit line sometimes. W can’t able to save the line level value. In this scenario we can use fireSlavingSync: true as a parameter in the setValue method. Eg: recordObj.setCurrentSublistValue({ sublistId, fieldId, value: fieldMap[fieldId], fireSlavingSync: true, ignoreFieldChange:… Continue reading Fire Slaving Sync to Commit line
Performing Workflow According to the criteria
While creating the workflow it will be performed on all the record from the corresponding record types. We can set criteria to perform the workflow only for the required records. Step1: Create a Saved Search with the expected criteria and save the search. Step2: While creating the workflow make sure to give the Created Saved… Continue reading Performing Workflow According to the criteria
Creating Custom role and configuring to the custom dashboard
At the time of creating the custom role we can assign the custom role to the custom dashboard we have created. In some case the client requirement may like this. Step 1: Create a custom role. Setup -> User Roles -> Manager Roles -> New Step 2: In the Home Dashboard at Settings portlet, we… Continue reading Creating Custom role and configuring to the custom dashboard