Overview: Below is a list of steps that you can take when you need to reprint checks out of NetSuite. If you have printed checks by going to Transaction > Management > Print Checks and Forms then you will notice that you cannot print them again. However, it is possible to reprint them if you… Continue reading Reprinting Checks from NetSuite
Month: July 2023
User is getting a SAML error: “Your access has been deactivated on SAML SSO login even when user is active and has access”
Scenarios: Notice: “Your access to [companyname] has been deactivated. Please contact the company’s administrator to re-activate your access” is received on login from IDP platform to NetSuite. Verify if user has an active employee record (List > Employees > Employees) by checking the status on the employee record. Status should be “Active”. Verify if the role… Continue reading User is getting a SAML error: “Your access has been deactivated on SAML SSO login even when user is active and has access”
Features of SuiteScript 2.0 over SuiteScript 1.0
1. Map/Reduce Script Type: Based on the Map/Reduce model, SuiteScript 2.0 introduces a new server-side script type that facilitates a structured framework for server-side scripts that process a large number of records. In SuiteSript 1.0, only 10K units of governance can be executed at a single instance of time as per the default framework. To… Continue reading Features of SuiteScript 2.0 over SuiteScript 1.0
Steps to set up automatic purchase order creation/Drop Ship Order:
Enable Drop Ship: Ensure that the drop ship feature is enabled in NetSuite. Go to Setup > Company > Enable Features, and under the Transactions tab, check the “Drop Shipment” box. Save your changes. Vendor Setup: Ensure that the vendor associated with the dropship item is set up correctly. Go to Lists > Relationships >… Continue reading Steps to set up automatic purchase order creation/Drop Ship Order:
How to add a subject to a mailto anchor in HTML
we can add subject ,cc and bcc using the attributes of the anchor tag in html
Create Case Saved Search to Send an Email Alert Upon Case Closure
Creating a Case Saved Search to be able to notify users when a newly created case was set to Closed status. Solution Navigate to Reports > Saved Searches > All Saved Searches > New Search Type: Select Case Search Title: Enter TitleEnter Title: Email Alert when a New Case was Set to Closed Filter:• Select Status Status: Select Any of Any Of: Select Closed• Select Date Created○ Date Created: Select Within○ Select Today • Select Status○ Date Created: Select Within ○ Select Today Click Email… Continue reading Create Case Saved Search to Send an Email Alert Upon Case Closure
Resolve Error: “YOU_HAVE_NO_PERMISSION_TO_LOAD_THIS_RECORD”
When accessing a Script Deployment via Script, the above error encountered. Solution This error occurs when the Script and the Script Deployment is from 2 different bundles. Scripts can only access other Scripts or Script Deployments on the same bundle.
Custom library module to extract credentials saved in company preference.
lib_get_preferences.js
User event script to set the payment status line field according to the payment option in Sales order.
Environment Setup in SCA After SB refresh
The following steps are required to setup a domain in NetSuite. Create a new domain Commerce > Hosting > Domains > New To setup a domain name refer https://www.freenom.com/ SSP Application > The domain needs to be mapped to corresponding SSP. > Create a new ssp application Commerce > Hosting > SSP Applications > New … Continue reading Environment Setup in SCA After SB refresh