When developing custom client scripts in NetSuite, there are situations where you need to access details about the current user, such as their location. However, directly querying the employee record can lead to permission issues, especially if the user’s role doesn’t have access to view employee records. To address this issue, you can use the… Continue reading Getting Current User Details Without Accessing the Employee Record in NetSuite
Tag: current user
Postgress Database Configration on Plesk
Firstly need to install a PostgreSQL on the server After that need to Configure the DB with the username and password from the local server If it is a server need to configure the db with SSD access from the server. Once the configuration is done the DB will be connected to the server and… Continue reading Postgress Database Configration on Plesk
Get the current user role via suitescript
Use the runtime module if you want to view runtime settings for the script, the session, or the user. This returns the internal ID of the role for the current user. The supported script types are Client and server scripts.